Skip to content

Commit

Permalink
Replace use of git co with git checkout in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-a committed Sep 27, 2021
1 parent 11251bb commit 361a5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Where `<ssh-link>` can be found under `Settings->Share App->Clone with Git`. It

Now that you have the remote you will need to create a `master` branch and push that to Anvil:
```bash
git co -b master
git checkout -b master
git push -u anvil master
```

Expand Down

0 comments on commit 361a5a4

Please sign in to comment.