From 12c511e65d25d056f99a7e30d939c6ed42e14f0a Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Tue, 8 Oct 2019 13:48:18 +0200 Subject: [PATCH] add alias git-stashpull --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index cdfdef4..9910bf4 100644 --- a/.bashrc +++ b/.bashrc @@ -49,6 +49,9 @@ alias ps-grep='ps -ef | grep' alias woman='man' alias enby='man' +# git shortcuts +alias git-stashpull="git stash && git pull && git stash pop" + # X application aliases alias gvimr='gvim --remote-silent' alias xclip_='xclip -selection clipboard'