We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A remote repo different from origin can be specified in the config file:
$ git config gitflow.origin myorigin
With git you can set environment variables to change the default behavior of git. You can set these environment variables just for git-flow.
These environment variables can be set in the file .gitflow_export in your home directory.
.gitflow_export
Example of a .gitflow_export file:
export GIT_MERGE_AUTOEDIT=no