-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
-
- Add basic merge conflict handling in the Merge Conflicts section.
- During a merge conflict,
git status -s
gives outputUU
(both in red) for files that are conflicted.- What is the meaning?
-
- Add it to the
-s or --short
flag.
- Add it to the
- Resolving a Git conflict with binary files
-
- Add
--ours
and--theirs
togit checkout
with 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.
-
Metadata
Metadata
Assignees
Labels
No labels