... | ... | @@ -6,7 +6,11 @@ On the command line, type `git checkout -f Step-1` |
|
|
|
|
|
You should get a confirmation, similar to this
|
|
|
|
|
|
`Branch 'Step-1' set up to track remote branch 'Step-1' from 'origin'.`\
|
|
|
`Switched to a new branch 'Step-1'`
|
|
|
```
|
|
|
Branch 'Step-1' set up to track remote branch 'Step-1' from 'origin'.
|
|
|
Switched to a new branch 'Step-1'
|
|
|
```
|
|
|
|
|
|
To view the code, type `vim main.py` |
|
|
\ No newline at end of file |
|
|
Confirm folder has changed, by typing `ls -la`
|
|
|
|
|
|
Now to view the code, type `vim main.py` |
|
|
\ No newline at end of file |