Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change from `git checkout` to `git switch`
  • Loading branch information
TraceyC77 authored Oct 15, 2023
1 parent 1d41970 commit fd9a768
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 @@ -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 `[email protected]:getsolus/help-center-docs.git` (as listed by `git config -l`).

Expand Down

0 comments on commit fd9a768

Please sign in to comment.