drewdeponte / git-ps

Patch Stack workflow CLI extension for Git
MIT License
50 stars 4 forks source link

Ability to use git-ps with a different branch set than master & origin/master #5

Closed drewdeponte closed 3 years ago

drewdeponte commented 4 years ago

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.

drewdeponte commented 3 years ago

This has already been addressed and released.

Git Patch Stack now sees any branch with a upstream tracking branch as a Patch Stack. No need for conifgurations or anything.

Therefore, I am closing this issue.