Skip to content

Instantly share code, notes, and snippets.

@oliverspryn
Created February 18, 2022 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliverspryn/a97b7eedcf80e7068f0b0e4f4163e02d to your computer and use it in GitHub Desktop.
Save oliverspryn/a97b7eedcf80e7068f0b0e4f4163e02d to your computer and use it in GitHub Desktop.
Adds support for tab completion in Bash
# Download the scripts
cd ~
curl -o .git-completion.bash https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash
# ...
# Create or edit your .bashrc file and add this somewhere inside of it:
source ~/.git-completion.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment