Have you ever heard of Gitignore? Not all of us, and that’s fine because there is no need for most people to know what it is. However, if you are the type of person who uses GitHub on a regular basis, ...
How to use the git .gitconfig file for a more efficient workflow Your email has been sent Git is the most widely-used version control system on the market. It’s ...
Community driven content discussing all aspects of software development from DevOps to design patterns. There are a number of different ways to customize your development environment, but the global ...
git checkout HEAD n: This command also detaches the HEAD, but instead of the commit hash it takes a number n Relative to HEAD, and will point to that nth commit from HEAD, for ex in case of HEAD2 it ...