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