From 047771a6aba06b056395eba72b40339049c25cdf Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 26 Oct 2021 08:32:08 +0200 Subject: [PATCH] =?UTF-8?q?alias:=20gdel=20ohne=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index b169bae..7e1c619 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -14,7 +14,7 @@ alias untar="tar -xzf" # git alias gsps="git stash && git pull && git stash pop" alias gcm="git commit -m" -alias gdel="git add . && git stash && git stash drop" +alias gdel="git add . && git stash" # vim alias v="view" # docker