فهرست منبع

Add `gloga` alias (#1970)

This add `git log --oneline --decorate --graph --all` command alias.
Atef Ben Ali 6 سال پیش
والد
کامیت
e0dc683d3f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      workspace/aliases.sh

+ 1 - 0
workspace/aliases.sh

@@ -108,6 +108,7 @@ alias git-revert="git reset --hard && git clean -df"
 alias gs="git status"
 alias whoops="git reset --hard && git clean -df"
 alias glog="git log --oneline --decorate --graph"
+alias gloga="git log --oneline --decorate --graph --all"
 alias gsh="git show"
 alias grb="git rebase -i"
 alias gbr="git branch"