❓ Information
- when someone changed the same file as me and pushed first
- don’t
git pulldogit pkull --rebase
❗ Relevant data
📦 Information Resources
🔰 Content ->
- Always try git pull —rebase first
If it works, you’re done! - If you get a merge conflict, you can undo everything with git rebase —abort
- Just pull normally using git pull, or do an interactive rebase (advanced)