From 361a5a40b56390776fc5e8f0b105cc65d00a29fc Mon Sep 17 00:00:00 2001 From: Christopher Cave-Ayland Date: Mon, 27 Sep 2021 14:22:29 +0100 Subject: [PATCH] Replace use of `git co` with `git checkout` in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00503d8..7274cba 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Where `` 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 ```