Skip to content

Instantly share code, notes, and snippets.

@ChugunovRoman
Last active October 26, 2018 17:47
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 ChugunovRoman/1e624bff1d8f96f415292d3f4c12e148 to your computer and use it in GitHub Desktop.
Save ChugunovRoman/1e624bff1d8f96f415292d3f4c12e148 to your computer and use it in GitHub Desktop.
Auto completion for alias
# load completion for git alias
_completion_loader git
__git_complete gb _git_branch
__git_complete gck _git_checkout
__git_complete gd _git_diff
__git_complete gc _git_commit
__git_complete gl _git_log
__git_complete ga _git_add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment