Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change 'branch -c' to 'switch -c' for test-suite #368

Merged

Conversation

sjvrijn
Copy link
Contributor

@sjvrijn sjvrijn commented Jun 18, 2024

Fixes #364: replacing git branch -c test-suite with git switch -c test-suite

@@ -90,7 +90,7 @@ a common term we use to refer to sets of tests - that we'll use for our test wri

~~~
$ git switch develop
$ git branch -c test-suite
$ git switch -c test-suite
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whilst git branch -c is valid, it is never a command I have used. Using -c with switch is certainly preferred.

@bielsnohr
Copy link
Collaborator

Thanks for the correction @sjvrijn !

@bielsnohr bielsnohr merged commit 9922f5b into carpentries-incubator:gh-pages Jul 31, 2024
2 checks passed
@sjvrijn sjvrijn deleted the 364-switch-to-test-suite branch August 19, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test-suite branch created but never switched to
2 participants