Skip to content

Instantly share code, notes, and snippets.

@libitte
Created June 13, 2013 04:08
Show Gist options
  • Save libitte/5771172 to your computer and use it in GitHub Desktop.
Save libitte/5771172 to your computer and use it in GitHub Desktop.
git log --oneline --stat alias登録方法

git log のoneline, statオプション

$ git log --oneline --stat

これをエイリアス登録

$ git config --global --add alias.ls 'log --oneline --stat'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment