GIT Aliases and Shortcuts

It’s easy to create an alias or shortcut in GIT. You can easily save yourself valuable time and keystrokes by learning how to setup your own shortcuts with the most common examples below. Just copy and paste these commands into your GIT shell. Shorten checkout command git config –global alias.chk checkout git chk will now be a shortcut … Read more