aliases to push pull obsidian repos

This commit is contained in:
Paul Trowbridge 2023-05-08 11:48:10 -04:00
parent 4e9e21aa93
commit e4d9373f1f
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ 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 jr='cd ~/storage/shared/Documents/journal/ && git pull && git push && cd -'
alias hc='cd ~/storage/shared/Documents/hc_notes/ && git pull && git push && cd -'
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert