#git
Read more stories on Hashnode
Articles with this tag
Part of Git By Example Series · Introduction Sometimes it is needed to change a specific commit without having the need to create a new commit for that....
Part of Git By Example Series · What is a Git SQUASH Take several commits, joined them into one commit Squash last n commits git rebase -i...