Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/exercise-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A merge tool is a tool that compare different versions of a file side by side an

- Configure git to use KDiff3 as the default merge tool.

- Type the following from the Stack Owerflow post into your terminal without copy & pasting http://stackoverflow.com/a/33348841
- Type the listed commands from the following Stack Owerflow post into your terminal without copy & pasting http://stackoverflow.com/a/33348841

- Go to https://github.com/nerdschoolbergen/git-mergedemo
* In the "Branches" dropdown list, verify that there are 3 branches: master, develop, and conflict.
Expand Down