There are use cases where people are setup to build on say a development branch rather than master. In these scenarios these users would want their patch stack based on top of some other branch.
There should be some way to support that. Maybe a configuration file could be used. Possibly in the .git/git-ps-config.json. Then on launch we could load the config if present and override the defaults of master and origin/master.
There are use cases where people are setup to build on say a
development
branch rather thanmaster
. In these scenarios these users would want their patch stack based on top of some other branch.There should be some way to support that. Maybe a configuration file could be used. Possibly in the
.git/git-ps-config.json
. Then on launch we could load the config if present and override the defaults ofmaster
andorigin/master
.