Skip to content

Commit 172be09

Browse files
fixing git checkout command (#22)
1 parent 14ea72a commit 172be09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ git clone <repo-url>
114114
- create a new branch with branch name containing exercise number and your name
115115

116116
```bash
117-
git branch -b caiocezart/c01-e01
117+
git checkout -b caiocezart/c01-e01
118118
```
119119

120120
- create a folder with your `github username` (e.g. `denstorti`, `kikobr82`, ...)

0 commit comments

Comments
 (0)