Helix TeamHub User Guide (2020.1 Enterprise)

Git commands supported by Helix TeamHub CLI

This section details the Git commands supported by hth-cli.

Supported Git commands

The Git commands in the table are directly supported by hth-cli. hth-cli passes all of the switchers and arguments to the native Git command.

Helix TeamHub command Git command   Helix TeamHub command Git command
hth add add   hth push push
hth branch branch   hth reset reset
hth checkout checkout   hth show show
hth commit commit   hth stash stash
hth diff diff   hth status status
hth fetch fetch   hth tag tag
hth log log      
Note

The GIT commands in the table are not supported by the hth each command.

Write operations request a confirmation

Any write operation such as; hth pull, hth commit, hth push, and so on will ask for a confirmation as shown below:

Note

This may be configurable at the project or global level.

Pushing/Pulling/Commiting changes for:
    backend#develop
    omnibus-acme#develop
    foo#topic2
to `myhth.com/acme/projects/platform`

Do you want to continue? [y/n]