hgs command is a command line tool which in short makes it easier to interact with tools.
- hgs -ga : This option adds the specified directory or file before commit. Eg: hgs -ga . or hgs -ga
- hgs -gc : This option adds and commits the code. Eg: hgs -ga . 'comments for commit'
- hgs -gph : This option adds, commits and pushes the code to git repo Eg: hgs -gph . 'comments for commit'
- hgs -apc : This option creates ansible playbook directory structure Eg: hgs -apc httpd