git-u

1.1.1 • Public • Published

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-u

How to use

$ git-u [command] owner repository [local]

where:

  1. command is the git's command. Default is clone.
  2. owner is the repository's owner name.
  3. repository is the repository's name.
  4. local is the clone local dir. This option is only available with the clone command.

git-u builds the github's clone url by using your owner and repository option.

Examples

  1. git-u dominhhai git-u runs the git clone https://github.com/dominhhai/git-u.git command.
  2. git-u clone dominhhai git-u gitu runs the git clone https://github.com/dominhhai/git-u.git gitu command.
  3. git-u remote add origin dominhhai git-u runs the git remote add origin https://github.com/dominhhai/git-u.git command.

/git-u/

    Package Sidebar

    Install

    npm i git-u

    Weekly Downloads

    4

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • dominhhai