#git
Read more stories on Hashnode
Articles with this tag
The git log command helps us to view the information about previous commits occurred in the project. But do you know, you can see the history of any...
As a developer, we spend a lot of time working on the terminal and having personalized shell makes the working environment perfect, decreases...
To find out the sha of the latest commit, run the command : $ git reflog It will provide all the HEADs of all branches. After this, simply run the...