Преглед на файлове

Update 'project/branches/README.md'

Denis Gilles преди 9 години
родител
ревизия
0409862e3e
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      project/branches/README.md

+ 2 - 1
project/branches/README.md

@@ -13,7 +13,8 @@ cd Git_Training
 Create the new branch checking off from “master” branch.
 
 ```
-git checkout -b branch_name
+git branch branch_name
+git checkout branch_name
 ```
 
 `<branch_name>` could be the name of the language you are working on (e.g. greetings_catalan).