Skip to content

Instantly share code, notes, and snippets.

@isneesh
Created May 6, 2014 04:36
Show Gist options
  • Select an option

  • Save isneesh/e8dae0f0f9a639722a84 to your computer and use it in GitHub Desktop.

Select an option

Save isneesh/e8dae0f0f9a639722a84 to your computer and use it in GitHub Desktop.
Git setup on mac

Get the script and store it in home:

Add this to ~/.bash_profile :

if [ -f ~/.git-completion.bash ]; then
  . ~/.git-completion.bash
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment