Skip to content
Snippets Groups Projects
Commit 7527f4e2 authored by Daniel Duarte's avatar Daniel Duarte
Browse files

create conflictPres3

parent eda760c9
No related branches found
No related tags found
No related merge requests found
# Practical: Conflict resolution using kdiff3
* After resolving the conflicts, continue in your terminal
```bash
$ git rebase --continue
```
* Then check the status:
```bash
$ git status
```
* It shows you a `.orig` file. This `.orig` file contains information about the conflict.
```bash
$ rm _attendees/michael.md.orig
```
* You can either `rm` the `.orig` file, or you can use `git clean -fdx`.
\ No newline at end of file
...@@ -164,6 +164,11 @@ ...@@ -164,6 +164,11 @@
"attr": { "attr": {
} }
}, },
{
"filename": "conflictPresentation3.md",
"attr": {
}
},
{ {
"filename": "thanks.md", "filename": "thanks.md",
"attr": { "attr": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment