You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##### Switching branches when creating a new branch
20
-
21
-
<imgalt="To create a new branch and then switch to it with the command git checkout -b name"src="https://res.cloudinary.com/jesstemporal/image/upload/v1642878596/gitfichas/en/014/full_tatfxp.jpg"><br><br>
22
-
23
-
| Command | Description |
24
-
|---------|-------------|
25
-
|`checkout`| Command to switch branches |
26
-
|`-b`| Flag to create the branch |
27
-
|`name`| Name of the new branch |
28
-
{: .styled-table}
29
-
30
-
<!--
31
-
<br>
32
-
You might also be interested in reading this article:
0 commit comments