This commit is contained in:
Paul Trowbridge 2023-09-18 14:09:23 -04:00
parent 7cb2318610
commit 8b9f8233f9
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ alias gr='git reset HEAD'
alias gc='git commit -v'
alias gd='git difftool'
alias gl='git log --graph --oneline --format="%C(yellow)%h %C(green)%an%Creset %C(blue)%ad%Creset %s"'
alias vc='git add . -- && git commit -m "vault backup: $(date "+%Y-%m-%d %H:%M:%S") && git push"'
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert