#git
Read more stories on Hashnode
Articles with this tag
I often find myself checking the same thing before making a commit. So it is a nice thing if the computer could run the checking for me. I know we can...
I discussed why and how to use git rebase instead of git merge in one of my previous article. Actually, the git rebase command has a interactive mode,...
When we develop with git, we usually make some changes in another branch and merge it back to the master branch later. But as you know, with git...