diff options
author | neodarz <neodarz@neodarz.net> | 2017-09-06 17:27:07 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-09-06 17:27:07 +0200 |
commit | 45117b48c4b5680b37b83dd73dee61e46bf0a827 (patch) | |
tree | 9f5d7d2eda34cf73673f70ca4334b158a307dbf7 | |
parent | 574fa1e4841fb35f2a806a4fe81cac005ef4deb7 (diff) | |
download | dotfiles_ascii-45117b48c4b5680b37b83dd73dee61e46bf0a827.tar.xz dotfiles_ascii-45117b48c4b5680b37b83dd73dee61e46bf0a827.zip |
Add command to show the remote origin url
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh index 3bfe02f..60bc7ca 100755 --- a/zsh/.zsh/aliases.zsh +++ b/zsh/.zsh/aliases.zsh @@ -47,6 +47,7 @@ alias gu="git pull" #alias gg="git graph" # To use with hub command alias gco="git checkout" alias gcs="git commit -S -m" +alias gcurl="git config --get remote.origin.url" #alias gpr="hub pull-request" To use with hub command alias ag="ag --color --color-line-number '0;35' --color-match '46;30' --color-path '4;36'" alias tree='tree -CAFa -I "CVS|*.*.package|.svn|.git|.hg|node_modules|bower_components" --dirsfirst' |