Skip to content

Commit

Permalink
feat(git): add gl and glnr aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Mar 9, 2021
1 parent a82daa6 commit 1f83273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/git/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ alias gd="git diff"
alias glog="git log --oneline --decorate --graph"
alias glogb="glog --branches"
alias gp="git push"
alias gl="git pull"
alias glnr="git pull --no-rebase"
alias gst="git status"
alias grv="git remote -v"

Expand Down

0 comments on commit 1f83273

Please sign in to comment.