alexcp web developer from montreal ruby

Blog About Me

Getting more out of Git

02 May 2012

Git is an awesome tool, here are some tips to get even more out of it. Of course theses apply only for the command line version of Git.

Global .gitignore file

You can make a global .gitignore file to excludes common filetypes that you know you don't want or don't need to track. To set ...

Read more