#github
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...
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...
What is two-factor authentication, or 2FA and the need to implement it ? Two-factor authentication, or 2FA is the most significant solution used to...