Skip to content
Snippets Groups Projects
Commit 9da0d2a7 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

note on branch existence

parent e105e346
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ Exit by typing `q`. The branch with the * is the current branch.
Checkout another branch
```bash
$ git checkout branchName
$ git checkout <branchName>
```
<div class="fragment">
......@@ -62,6 +62,7 @@ You can switch to the `develop` branch with
```bash
$ git checkout develop
```
If the local branch does not exist but the remote does, it is created automatically.
<div class="fragment">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment