1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00

update git aliases

This commit is contained in:
Jake Jarvis 2021-01-15 11:11:41 -05:00
parent 300069d978
commit c2c88029ed
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -137,8 +137,8 @@ alias gsub="git submodule update --recursive --remote"
alias gundo="git reset --soft HEAD~1"
alias greset="git reset"
alias gsync="hub sync"
alias github="hub browse"
alias gist="hub gist create --open"
alias github="gh repo view --web"
alias gist="gh gist create --web"
alias ghnew="gh repo create"
alias ghfork="gh repo fork"
alias ghci="hub ci-status --verbose"