git-bash-completion
git-bash-completion copied to clipboard
. /path/to/git-completion.bash avoiding login into account
I use
source /path...
instead. A note in the README would be nice.
. and source will both execute the file. What difference is there?
Dunno, just trial and error. If I use ., I cannot login, if I use source, I can.
BTW, I am using Ubuntu 10.04
no worries, I'll update it.
thanks
Found it! Read it here.
I was putting it in my .profile, since I leave .bashrc for customizing prompts and stuff like that.