From: Jannik Zander Date: Wed, 25 May 2016 17:36:21 +0000 (+0200) Subject: Minor update aliases X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=15e362f6ca8526493d2c420d610677f00905299a;p=dotfiles.git Minor update aliases --- diff --git a/.config/bash/rc/aliases b/.config/bash/rc/aliases index 55316a5..79229a4 100644 --- a/.config/bash/rc/aliases +++ b/.config/bash/rc/aliases @@ -5,11 +5,8 @@ alias gbr='git branch ' # Note the trailing space alias gci='git commit -m ' # Note the trailing space alias gco='git checkout ' # Note the trailing space alias gp='git pull --rebase' -alias gpp='git pull --rebase && git push -u origin ' # Note the trailing space +alias gpp='git pull --rebase && git push ' # Note the trailing space alias gl='git log --oneline --decorate' -alias gst='git stash ' # Note the trailing space -alias gsl='git stash list' -alias gsp='git stash pop' alias sl=ls alias la='ls -A'