A repo that contains git shortcuts for fast paced remote collaborative work.
Simply fork this repo and copy the .gitconfig file to the root of your project folder. Add .gitconfig to your .gitignore file to ensure you don't commit the file in a collaborative environment.
To check out a branch for example use:
git co <branch-name>
To publish to remote branch use:
git publish