mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
Added gdrop alias.
IAlias for git stash && git stash drop.
This commit is contained in:
parent
e54790f8a3
commit
2842248bbc
@ -15,3 +15,5 @@ alias top="htop"
|
|||||||
# Automatic title to Youtube-dl
|
# Automatic title to Youtube-dl
|
||||||
alias youtube-dl="youtube-dl -t"
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user