Skip to content

Commit

Permalink
Update/extend git aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Jun 29, 2024
1 parent 2955d94 commit 9c60b68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/provision/templates/zsh/dotzprofile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ alias gd="git diff"
alias gdc="git diff --cached"
alias gp="git push"
alias gr="git restore"
alias gane="git commit --amend --no-edit"
alias ga="git add"
alias gc="git commit"
alias gcan="git commit --amend --no-edit"

# CD git root
cdgr() {
Expand Down

0 comments on commit 9c60b68

Please sign in to comment.