gx-cli

1.0.0 • Public • Published

gx-cli

A better Git experience for common tasks.

Install

$ npm install --global gx-cli

Usage

$ gx --help

  Usage
    $ gx [branch name]

  Options
    --help                           Display this message
    --message -m "<commit message>"  Add a custom commit message
    --tag -t "<new version number>"  Tag and annotate the current commit with
                                     the passed version number
    --rename -r "<new branch name>"  Rename the branch locally and remote



  Examples
    Commit all staged and unstaged changes with a generic
    commit message and push the commit to origin
    $ gx

    Commit all staged and unstaged changes with a custom
    commit message and push the commit to origin
    $ gx -m "Made some awesome changes"

    Switch to an existing branch
    $ gx existing-branch

    If the specified name is not an existing branch a
    branch with that name will be created
    $ gx non-existing-branch

    Swith to last branch
    $ gx -

    Tag and annotate the current commit with a version number
    and push the tag to origin
    $ gx -t "1.4.5"

License

MIT © Kahlil Lechelt

Readme

Keywords

Package Sidebar

Install

npm i gx-cli

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.11 kB

Total Files

4

Last publish

Collaborators

  • kahlil