Skip to content

Commit

Permalink
add gru alias to get current git repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
the-gigi committed Sep 15, 2020
1 parent 0aaabce commit f4b546e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ alias gcia='git commit -a --amend'
alias gb='git branch'
alias gbd='git branch -D'
alias gbc='git branch --show-current | pbcopy'
alias gru='git config --get remote.origin.url | pbcopy'
alias gco='git checkout'
alias gpu='git pull --rebase'
alias gg='git grep -i'
Expand Down

0 comments on commit f4b546e

Please sign in to comment.