Skip to content

Commit

Permalink
Add more git aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
GMadorell committed Mar 23, 2021
1 parent a618ccd commit 155d0a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,8 @@ alias ga="git add"
alias gaa="ga ." # Git add all
alias ga.="ga ."

alias grc="git rebase --continue"

alias grp="git remote prune origin" # Remove branches locally that have already been deleted in the remote
alias gprune="grp"
alias grinfo="git remote | xargs git remote show"
Expand Down Expand Up @@ -1019,8 +1021,10 @@ alias gintegrate_single=git_integrate_single

# Git machete aliases
alias gms="git machete status"
alias gmu="git machete update"
alias gmt="git machete traverse --fetch"
alias gmadd="git machete add"
alias gmadvance="git machete advance"
alias gmu="git machete update"
alias gmtall="git machete traverse --fetch --whole"

# Greeting Message
Expand Down

0 comments on commit 155d0a2

Please sign in to comment.