You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When resolving conflicts, git returned an error about what default to use when resolving divergent branched:
hint: git config pull.rebase false # merge
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
We haven't run into this in the past? Didn't come up on my own machine since I must have set this global variable long ago.
For the bonus activity (group using one person's demo repo, causing conflicts), the person whose demo everyone is using must give group members explicit permission to push to it. Need to add this
The text was updated successfully, but these errors were encountered:
Issues that came up:
hint: git config pull.rebase false # merge
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
We haven't run into this in the past? Didn't come up on my own machine since I must have set this global variable long ago.
The text was updated successfully, but these errors were encountered: