improve rebase and cherry-pick images
This commit is contained in:
parent
334bc66c34
commit
5264989af8
7 changed files with 1 additions and 0 deletions
|
@ -757,6 +757,7 @@ Vedere anche: https://stackoverflow.com/questions/7251477/what-are-the-differenc
|
||||||
|
|
||||||
## Rimettere insieme i pezzi: cherry-pick
|
## Rimettere insieme i pezzi: cherry-pick
|
||||||
|
|
||||||
|
$ git checkout master
|
||||||
$ git cherry-pick <commit>
|
$ git cherry-pick <commit>
|
||||||
$ # in caso di conflitti:
|
$ # in caso di conflitti:
|
||||||
$ git cherry-pick --continue
|
$ git cherry-pick --continue
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 39 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 77 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Loading…
Reference in a new issue