Skip to content

Commit 4bea9d1

Browse files
committed
[BUGFIX] Remove duplicated command
1 parent e69185c commit 4bea9d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

git_cheat_sheet.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,12 @@
242242

243243
## Merge
244244

245-
* View merge conflicts
245+
* Merge a branch into your current HEAD
246246

247247
git merge <branch>
248248

249-
* Merge a branch into your current HEAD
249+
* Manually solve conflicts and mark file as resolved
250250

251-
git merge <branch>
252251

253252
* Use a merge tool to solve conflicts
254253

0 commit comments

Comments
 (0)