Skip to content
Benjamin Warren edited this page Apr 13, 2015 · 2 revisions

Git Config

Here is an example .gitconfig file:

https://github.com/PlantandFoodResearch/sandpit/blob/master/gitconfig/gitconfig

More info on Git configuration here:

http://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration

Bash Tweaks for Git

Sections from my .bashrc which give a coloured prompt with your current git branch.

https://github.com/PlantandFoodResearch/sandpit/blob/master/gitconfig/bashrc

You will need to download the git-prompt.sh script and put it into your home (~) directory.

Clone this wiki locally