Formatting fixes

pull/234/head
Michael Murphy 4 years ago committed by GitHub
parent a27cb9fb33
commit 298eb0cc70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,9 +72,9 @@ This is an example workflow to make it easier to submit Pull Requests. Imagine y
The main reason for creating a new branch for each feature or fix is so that you can track master correctly. If you need
to fetch the latest code for a new fix, try the following:
```sh
$ git checkout master
$ git pull
```
```sh
$ git checkout master
$ git pull
```
Now you're ready to branch again for your new feature (from step 3 above).

Loading…
Cancel
Save