How to undo the latest local commits in Git
It is quite a common scenario that sometimes we commit the wrong files to Git. This article explains how to undo the local git commit.
It is quite a common scenario that sometimes we commit the wrong files to Git. This article explains how to undo the local git commit.
Adding SSH key in Git enables seamless working with remote repo. This article explains how to add SSH key in Git.
A git repository is a directory, a place for your code base and it also keeps all the history and metadata for a project.
To understand git and to make your life easy, you have to understand the terminology. This article explains important git terminology with examples.