Good Morning : good-morning
or gm
This option will help you run your morning routine on several git repositories quite easily.
Some options are available and described in this page. But there are also global flags available.
Available options
Search depth: --depth
or -d
By default, it searches no more then 3 levels of subdirectories, you can override this with the -d
flag.
Force mode: --force
or -f
By default, heimdall will ask you to confirm before running morning routine.
Setting -f
flag will force the execution
heimdall good-morning -f
Override option: --override-cmds
or -o
Set this flag to override the default morning routine command dynamically
heimdall good-morning -o
Override commands: --run-cmds
or r
Associated with -o
, you can set commands to override default morning routine commands
heimdall good-morning -o -r "git status, git pull"