Skip to content

Instantly share code, notes, and snippets.

@mstssk
Last active December 11, 2015 06:08
Show Gist options
  • Save mstssk/4556824 to your computer and use it in GitHub Desktop.
Save mstssk/4556824 to your computer and use it in GitHub Desktop.
git graphエイリアスに対して、git logと同じ入力補完をさせる設定ファイル。ホームディレクトリに配置する。 ~/.bash_completion
#!/bin/bash
# git-graph-completion
# ===================
_git_graph ()
{
_git_log
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment