I'm having trouble installing git auto completion into my bash profile.
I've attached a version of the bash script. Does anyone know why my the auto completion in git isn't working when I save and exit nano? Thanks!
Asked
Active
Viewed 494 times
0

user1552159
- 205
- 1
- 4
- 12
-
try saving as `.git-completion.sh` and compile `.bash_profile` after that – ogzd Feb 08 '13 at 23:21
1 Answers
2
you need to logout and log back in to force .bash_profile to run.
or to try if it is working right away, run
source ~/.git-completion.bash
source ~/.bash_profile would also work

Pascal Belloncle
- 11,184
- 3
- 56
- 56