Bläddra i källkod

Add `gloga` alias (#1970)

This add `git log --oneline --decorate --graph --all` command alias.
Atef Ben Ali 6 år sedan
förälder
incheckning
e0dc683d3f
1 ändrade filer med 1 tillägg och 0 borttagningar
  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"