Skip to content

todb-r7/git-completion.bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

I found this

Somewhere on the Internet. It was purportedly written by @spearce (aka Shawn O. Pearce), but I looked in his repos for several seconds and didn't see it.

It's GPL

At least, it is according to the comment docs.

It's wicked useful

git checkout r<tab> autocompletes to my remote of "rapid7"

Add this to your .bash_aliases

if [ -f /path/to/git-completion.bash ]; then
    . /path/to/git-completion.bash
fi

About

git-completion.bash - autocomplete for bash/zsh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages