Skip to content

Commit

Permalink
Update git.aliases.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv authored Jan 18, 2024
1 parent 3f3b264 commit 4300ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/zsh/aliases/git.aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ alias gbd="git branch -D"
alias gbv="git for-each-ref --sort=-committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) (%(color:green)%(committerdate:relative)%(color:reset))'"
alias gbvv="git branch -vv"
alias gcb="git checkout -b"
alias gcm="git commit -m"
alias gd='git diff'
alias gdc="git diff --cached"
alias gh="git hist"
Expand Down

0 comments on commit 4300ee9

Please sign in to comment.