mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
gg and gga are now aliases dedicated to commit and only commit (and respectively amend commit)
This commit is contained in:
parent
f114375030
commit
15c510bbef
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
|||
alias gf='git ls-files | grep'
|
||||
alias gpoat='git push origin --all && git push origin --tags'
|
||||
|
||||
alias gg='git gui'
|
||||
alias gg='git gui citool'
|
||||
alias gga='git gui citool --amend'
|
||||
alias gk='gitk --all --branches'
|
||||
|
||||
# Will cd into the top of the current repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue