FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Format quoted option string as <code> in HTML by katrinleinweber · Pull Request #1164 · progit/progit2 · GitHub

/ progit2 Public
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .asc  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion book/07-git-tools/sections/advanced-merging.asc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Let's explore a couple of tools that you now have at your disposal to determine
Perhaps it's not obvious how exactly you should fix this conflict.
You need more context.

One helpful tool is `git checkout` with the `--conflict' option.
One helpful tool is `git checkout` with the `--conflict` option.
This will re-checkout the file again and replace the merge conflict markers.
This can be useful if you want to reset the markers and try to resolve them again.

Expand Down

Back | FazBrowse Home | New Git URL