Suppose you are downloading a 50GB movie and you have 1MBps or 8mbps connection. It will take around 50 x 1024 seconds. That is, around 15 hours. In these 15…
Git throws the fatal error that operation must be run in a work tree if you try to run a command outside the directory where git is absent. To understand…
To prevent re-entering of password in git pull or git push, you can edit your .git/config file in the project and update the remote url value. Add user token before…
In this article I am going to list most useful and essential GIT commands which you may require in almost all of your projects. This is the cheat sheet for…