1.1.1 • Published 10 years ago
git-u v1.1.1
git-u
Short github command line by auto-building github url.
Installation
This command will be required the node.js or io.js environment. So, please install one of them into your computer before installing this command.
$ npm install -g git-uHow to use
$ git-u [command] owner repository [local]where:
commandis the git's command. Default isclone.owneris the repository's owner name.repositoryis the repository's name.localis the clone local dir. This option is only available with theclonecommand.
git-u builds the github's clone url by using your owner and repository option.
Examples
git-u dominhhai git-uruns thegit clone https://github.com/dominhhai/git-u.gitcommand.git-u clone dominhhai git-u gituruns thegit clone https://github.com/dominhhai/git-u.git gitucommand.git-u remote add origin dominhhai git-uruns thegit remote add origin https://github.com/dominhhai/git-u.gitcommand.