Closed amadeu01 closed 4 years ago
We introduce git pair add command.
git pair add
git config --add git.pair username
When adding new commands you must add them in the CLI module attributes
@switches [ add: :string, something_new: :type_of_the_something, # adding a new command support help: :boolean, h: :boolean ] @aliases [ a: :add, h: :help ]
SourceLevel has finished reviewing this Pull Request and has found:
See more details about this review.
We introduce
git pair add
command.Introduced features
git config --add git.pair username
In the next PRs
Extra info
When adding new commands you must add them in the CLI module attributes