We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5771523 commit f0df44bCopy full SHA for f0df44b
shell/aliase/git
@@ -110,3 +110,4 @@ _git_pr4ai() {
110
111
# g.pr4ai kubernetes-sigs/external-dns 6017
112
alias g.pr4ai='_git_pr4ai' # + repo e.g. ivankatliarchuk/cheatsheet-git + pr number e.g. 123
113
+alias gcf='git commit --all --amend --no-edit' # amend last commit without changing the message'
shell/aliases
@@ -233,6 +233,7 @@ command -v sha1sum > /dev/null || alias sha1sum="shasum" # OS X has no `sha1sum`
233
alias update="source ~/.zshrc"
234
alias update-ps="source ~/.profile"
235
alias reload!='. ~/.zshrc'
236
+# TODO: reconsider adding ;clear
237
alias reload='. ~/.zshrc'
238
alias rel='reload'
239
0 commit comments