Tagged: git

Git set initial branch name

Git Set Initial Branch Name

When you initiate a new repository, the name of the main branch is automatically set as master. Many people have become aware that the terminology master/slave should be replaced with something more appropriate. Most...

autocorrect git commands

Autocorrect Git Commands

If you accidentally type a command wrong, Git will try to figure out what you meant and list similar commands that you might have been trying to run. For example, if you type git...