Update README.md

I am adding a note that another common way developers "switch" branches is by using the `git checkout` command. This is in tandem with updating the English version of the quiz answers.
pull/789/head
kastone 3 years ago committed by GitHub
parent f85a725324
commit 73f2e22470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -219,6 +219,7 @@ Let's go through a contributor workflow. Assume the contributor has already _for
```bash
git switch [branch-name]
```
Another common way to switch branches is using the command `git checkout [branch-name]`.
1. **Do work**. At this point you want to add your changes. Don't forget to tell Git about it with the following commands:

Loading…
Cancel
Save