Added gdrop alias.

IAlias for git stash && git stash drop.
This commit is contained in:
Mika Suomalainen 2011-08-14 18:11:55 +03:00
parent e54790f8a3
commit 2842248bbc
1 changed files with 2 additions and 0 deletions

View File

@ -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"