add gla alias

This commit is contained in:
Florian Tham
2017-01-23 18:21:39 +01:00
parent 9e19c76700
commit d07a43d63c

View File

@@ -166,6 +166,7 @@ if [ "$git_setup_aliases" = "yes" ]; then
_alias "$git_commit_no_msg_alias" 'git commit -C HEAD'
_alias "$git_log_stat_alias" 'git log --stat --max-count=5'
_alias "$git_log_graph_alias" 'git log --graph --max-count=5'
_alias "$git_log_graph_all_alias" 'git log --all --graph --oneline --decorate --date-order'
_alias "$git_add_all_alias" 'git add --all .'
# Hub aliases (https://github.com/github/hub)