sh-notion/notion_data_team_no_files/Git conflict! Help! fbacaa3a3fa7455d9feddcb88299d3d0.md
Pablo Martin a256b48b01 pages
2025-07-11 16:15:17 +02:00

16 lines
No EOL
720 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Git conflict! Help!
Theres a million reasons you might have some conflict in git and I wont cover all of them.
Instead, Ill focus on the reason that causes this 99% of times:
- You are working on `your-branch` outside of `master`
- `master` has advanced and `your-branch` is not up to date with those changes
- You need to bring those changes into `your-branch` before completing your PR.
You can easily do this by using `git rebase` and fixing small conflicts on your branch if they appear.
Check this video to understand `git rebase` and how to use it:
https://www.youtube.com/watch?v=f1wnYdLEpgI
If you still dont understand jackshit and are confused and scared of touching stuff, message Pablo.