Git Commands

Get current branch name in Git

Sometime there may be cases when we need to know the current branch we are working with. There are a number of ways to get …

Changing username in Git repo

Git uses a username to associate commits with an identity. You can change the name that is associated with your Git commits…

Load More
That is All