glogiotatidis / gitissius

Distributed Issue Tracking for GIT
http://www.gitissius.org
Other
48 stars 8 forks source link

Support multiple upstream branches #9

Closed DuncanvR closed 5 years ago

DuncanvR commented 11 years ago

Currently the code to pull/push is hard-coded to the remote origin, making it not possible to use a different remote. The following commit fixes this, allowing you to set the remote to use with git branch gitissius --set-upstream-to=your_remote. It also modifies the initialization code to check for remotes that already have a gitissius branch, and then:

duncanvr/gitissius@8e8a066

I'll add a pull request in a bit, that will include some more commits -- or you could just cherry-pick that one.