Skip to content

CLI Commands

Yash Khare edited this page Nov 27, 2020 · 1 revision

gtg --help

0

gtg version

Tell you the version of the tool when executed.

1

gtg whoami

This will give you a summary of all the commands present when executed.

2

gtg config

This will help you configure your tool by asking you what commit guidelines do you follow. For more customizations, you can directly edit the gitgo file.

3

gtg start

This command has to be run when you start working on an issue so that the tool knows what to suggest.

4

gtg display

This command can be used to display the branch name and commit that the tool will be suggesting for a particular issue once gtg start has been run.

5

gtg checkout

This is a replacement for git checkout and will simply checkout with the suggested branch name.

6

gtg commit

This is a replacement for git commit and will commit your files once added with the suggested commit message.

7

Link to the package on NPM: https://www.npmjs.com/package/gitg0 🚀

Clone this wiki locally