git_basics
git_basics copied to clipboard
Merge conflicts
-
- [ ] Add basic merge conflict handling in the Merge Conflicts section.
- During a merge conflict,
git status -sgives outputUU(both in red) for files that are conflicted.- What is the meaning?
-
- [ ] Add it to the
-s or --shortflag.
- [ ] Add it to the
- Resolving a Git conflict with binary files
-
- [ ] Add
--oursand--theirstogit checkoutwith a reference to https://github.com/HarshKapadia2/git_internals.
- [ ] Add
-
- [ ] Write a small article on this in the General #2 section.
-
- [ ] Refer to this in https://github.com/HarshKapadia2/git_internals.
-