Yes. Just setup different remotes.
Use `git remote add "
After a git fetch -a, you should have commits from all remotes available on your local index. You can now merge commits from any fork.
Yes. Just setup different remotes.
Use `git remote add "
After a git fetch -a, you should have commits from all remotes available on your local index. You can now merge commits from any fork.
No replies yet.