diff --git a/bash_aliases b/bash_aliases index 800685a4..95586c9e 100644 --- a/bash_aliases +++ b/bash_aliases @@ -15,3 +15,5 @@ alias top="htop" # Automatic title to Youtube-dl alias youtube-dl="youtube-dl -t" +# git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't. +alias gdrop="git stash && git stash drop"