|
|
|
|
|
by tasuki
233 days ago
|
|
Same as always, with any other remote? (Use `git pull`? If the different people push to different branches, then there's no conflict and no problem. If you try to push different things into the same branch, the second person will get told their branch is out of date. They can either rebase or - if this is allowed by the repo config - force push over the previous changes...) |
|