Month: August 2014

GIT Tip: Autocorrect

A neat trick to configure GIT to automatically correct your typos. Let say that you want to check the status of your repository and wrote:git statsYou will get the following error:git: ‘stats’ is not a git command....

Read More