the add
command only requires two arguments, which would be the branch
and the environment. in this case the to_hash
branch is being added to the alpha
environment
gitenvs does not automatically build an environment after you have added a branch.
you must either explicitly trigger the build
command or wait for the cron to run.
currently the cron only runs if the timestamp of the branch is newer than the environment branch.