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:
dcast78 2017-09-18 13:01:37 +02:00 committed by GitHub
parent b79309a05b
commit 0dd661ab77

View file

@ -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