-
Notifications
You must be signed in to change notification settings - Fork 11
Reference: Configuration
Peter van der Does edited this page Nov 26, 2012
·
22 revisions
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.
Example of a .gitflow_export file:
export GIT_MERGE_AUTOEDIT=no