Fix command git branch -b fix/bug-123
Correction of command with git checkout -b fix/bug-123 ( -b <branch> create and checkout a new branch)
This commit is contained in:
parent
b79309a05b
commit
0dd661ab77
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ Creare e spostarsi in un singolo comando:
|
|||
|
||||
## Rimettere insieme i pezzi: merge
|
||||
|
||||
$ git branch -b fix/bug-123
|
||||
$ git checkout -b fix/bug-123
|
||||
$ # editiamo nuovofile.txt
|
||||
$ git add nuovofile.txt
|
||||
$ git commit
|
||||
|
|
Loading…
Reference in a new issue