From fd9a768fb419d96157c62c1b43d1da7285600654 Mon Sep 17 00:00:00 2001 From: Tracey Date: Sun, 15 Oct 2023 15:23:43 -0500 Subject: [PATCH] Update README.md Change from `git checkout` to `git switch` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2d169aa..09696899d 100755 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Ensure that you can successfully generate a static site as above. Then, when you're ready to deploy, run the following: -`git checkout deploy && git merge master` +`git switch deploy && git merge master` This obviously assumes that you have ssh push access to the help-center-docs repo and are using `remote.origin.url=git@github.com:getsolus/help-center-docs.git` (as listed by `git config -l`).