Skip to content

alrav/environment-osx-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

environment-osx-git

Git environment tweaks for OS X

  1. Copy git-completion.bash into a folder of your preference

  2. Copy git-prompt.sh into a folder of your preference

  3. Update your .bash_profile with the following:

    source <path>/git-completion.bash
    source <path>/git-prompt.sh
    export PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ 's
    
  4. Re-run your .bash_profile

About

Git environment tweaks for OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages