ipfs-inactive / gx-workspace

[ARCHIVED] A gx tool for working with a big bunch of repositories/packages
MIT License
12 stars 3 forks source link

Fork on push when origin fails #11

Closed magik6k closed 6 years ago

magik6k commented 6 years ago

Now when doing gx-workspace update push, the repos will get automatically forked when there is no write access to them

magik6k commented 6 years ago

Closes https://github.com/ipfs/gx-workspace/issues/10

Stebalien commented 6 years ago

This needs to use git push -u. Otherwise, hub pull-request won't work.

magik6k commented 6 years ago

It works without it, probably because it's done from a separate branch. Adding this won't hurt I guess.

Stebalien commented 6 years ago

Interesting, for me it doesn't. hub pull-request tries to make a pull request against origin unless I use git push -u.