Hello developers, in this tutorial i am going to discuss about git. So in this git tutorial i will explain step by step why do you need git and github and how to set up git in your machine with S...
Read more
#setup-github
#git
#ssh-keys
#configure-git
#start-a-new-git-repository
Hello devs in this example i am going to share with you that how you can create git tag and delete that tag from your local and remote repository. On Git, you konw that tags are often used i...
Read more
#git
#tag
Hello devs,
In this example, I will show you how to revert last commit in git after push. Sometimes we need to discard last commit in git and if you don't know how to do it then this examp...
Read more
#git