]> git.zndr.dk Git - dotfiles.git/commitdiff
Minor update aliases
authorJannik Zander <jannikz@gmail.com>
Wed, 25 May 2016 17:36:21 +0000 (19:36 +0200)
committerJannik Zander <jannikz@gmail.com>
Wed, 25 May 2016 17:36:21 +0000 (19:36 +0200)
.config/bash/rc/aliases

index 55316a5dff99ec1c17b49d88559685da9d97cdb1..79229a45be18ecd26fd79cb8d3942fac581f7336 100644 (file)
@@ -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'