Skip to content

Commit

Permalink
git aliases: fix reflog
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaria-fadli-netatmo committed Nov 13, 2024
1 parent 16d1d1a commit 7ef786f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/git_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ alias gl="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%
alias gllong="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" # show max lines
alias glverb="git log --stat --graph --date=local --pretty=format:'%C(yellow)%h%Cblue %ad%Cgreen %an %Cred%d%n%Creset%x09%s%n'"
alias glfind="git log --color --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -5 --grep"
alias tigrl='tig reflog'
alias tigrl='tig --reflog'
# alias grl="git reflog --format='%C(auto)%h %<|(20)%gd %C(blue)%cr%C(reset) %gs (%s)'"
alias grl="tig reflog"
alias grl="tig --reflog"
alias gamend='git commit --amend --no-edit'
alias gamendmsg='git commit --amend'
alias gcom='git commit -m'
Expand Down

0 comments on commit 7ef786f

Please sign in to comment.