How to Find a Git Commit Hash
You may at times find that you need to revert a commit and need to find the commit hash. This entry explains the steps. This entry explains what a Git…
You may at times find that you need to revert a commit and need to find the commit hash. This entry explains the steps. This entry explains what a Git…
Git is a powerful version control system, but sometimes you may need to revert a commit. Maybe you made a mistake in your code, or maybe you want to go…
This blog shows how one can use multiple Git accounts on one development machine. This would become handy if you are working on personal, work, or school projects on the…