Skip to content

Commit e0dc683

Browse files
atefBBbestlong
authored andcommitted
Add gloga alias (laradock#1970)
This add `git log --oneline --decorate --graph --all` command alias.
1 parent eb0c941 commit e0dc683

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workspace/aliases.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ alias git-revert="git reset --hard && git clean -df"
108108
alias gs="git status"
109109
alias whoops="git reset --hard && git clean -df"
110110
alias glog="git log --oneline --decorate --graph"
111+
alias gloga="git log --oneline --decorate --graph --all"
111112
alias gsh="git show"
112113
alias grb="git rebase -i"
113114
alias gbr="git branch"

0 commit comments

Comments
 (0)