Skip to content

fullurl

Subhajit Sahu edited this page Feb 19, 2022 · 2 revisions

Get full URL of repository. (url)

Similar: basename, fullurl.


$ egit fullurl <short url>
# $VCS_PROTOCOL: default protocol [https:]
# $VCS_HOST: default host name [github.com]
# $VCS_USERNAME: default username [$GITHUB_USERNAME]
# $VCS_EXTNAME: default extension name
$ egit fullurl extra-git
# https://github.com/username/extra-git

$ egit fullurl nodef/extra-git
# https://github.com/nodef/extra-git

$ egit fullurl github.com/nodef/extra-git
# https://github.com/username/extra-git

$ egit fullurl https://github.com/nodef/extra-git
# https://github.com/username/extra-git


Clone this wiki locally