We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6834d58 commit 35efbf7Copy full SHA for 35efbf7
provisioning/roles/zsh/files/.zshrc
@@ -84,9 +84,12 @@ alias gp="git pull origin"
84
alias ga="git commit --amend --no-edit"
85
86
function gf {
87
- git push -f origin \"$(git rev-parse --abbrev-ref HEAD)\"
+ git push -f origin "$(git rev-parse --abbrev-ref HEAD)"
88
}
89
90
+alias gss="git stash"
91
+alias gsa="git stash apply"
92
+
93
94
#########
95
# In order to not to have to type rehash each
0 commit comments