images for conflicts
This commit is contained in:
parent
515b9f2699
commit
9602ef69cc
5 changed files with 6 additions and 2 deletions
|
@ -389,7 +389,11 @@ Partendo da master:
|
||||||
$ git add file.txt
|
$ git add file.txt
|
||||||
$ git commit
|
$ git commit
|
||||||
|
|
||||||
TODO: immagine con lo stato corrente
|
<img style="width:300px" src="images/branch-conflict.png" data-action="zoom">
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
## Risoluzione dei conflitti
|
||||||
|
|
||||||
Mergiamo:
|
Mergiamo:
|
||||||
|
|
||||||
|
@ -398,7 +402,7 @@ Mergiamo:
|
||||||
$ git add file.txt
|
$ git add file.txt
|
||||||
$ git commit
|
$ git commit
|
||||||
|
|
||||||
TODO: immagine con lo stato corrente
|
<img style="width:300px" src="images/branch-conflict-solved.png" data-action="zoom">
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
BIN
images/branch-conflict-solved.odg
Normal file
BIN
images/branch-conflict-solved.odg
Normal file
Binary file not shown.
BIN
images/branch-conflict-solved.png
Normal file
BIN
images/branch-conflict-solved.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
images/branch-conflict.odg
Normal file
BIN
images/branch-conflict.odg
Normal file
Binary file not shown.
BIN
images/branch-conflict.png
Normal file
BIN
images/branch-conflict.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in a new issue