From 15e362f6ca8526493d2c420d610677f00905299a Mon Sep 17 00:00:00 2001 From: Jannik Zander Date: Wed, 25 May 2016 19:36:21 +0200 Subject: [PATCH] Minor update aliases --- .config/bash/rc/aliases | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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' -- 2.43.0