Skip to content

Commit

Permalink
Remove hub usage in favor of 'gh' tool
Browse files Browse the repository at this point in the history
  • Loading branch information
GMadorell committed Mar 17, 2021
1 parent b6eedf7 commit 190d1f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ function kcurrent_context() { kubectl config current-context; }
function kcurrent_namespace() { kubens --current; }

## GIT ALIASES AND HELPER FUNCTIONS
alias git="hub"
alias gp="git push"
alias gpf="git push --force-with-lease"
alias gpfn="git push --force-with-lease --no-verify"
Expand Down Expand Up @@ -795,7 +794,7 @@ alias gas="gsa" # Typo

alias gpr="git pull-request"
alias gprl="git pr list -f '%i - %t%n%U%n%l%nBy: %au @ %H%n%n'"
alias gpropen="hub pr show"
alias gpropen="gh pr view --web"
alias gbrowse="gpropen"
alias gprbrowse="gpropen"

Expand Down

0 comments on commit 190d1f5

Please sign in to comment.