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

Suggest update some script in 'CONTRIBUTING.md' #600

Open
iammiori opened this issue May 9, 2024 · 0 comments
Open

Suggest update some script in 'CONTRIBUTING.md' #600

iammiori opened this issue May 9, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@iammiori
Copy link

iammiori commented May 9, 2024

Describe the problem

  1. Create a new branch from master with a meaningful name for a new feature or an issue you want to work on:

    git checkout -b your-meaningful-branch-name
    

The git switch command was introduced in version Git 2.23, and is designed to make branch switching more clear and secure.
reference : https://git-scm.com/docs/git-switch

so I recommend this,

git switch -c your-meaningful-branch-name

Additional context

Of course, we can use checkout.

@iammiori iammiori added the documentation Improvements or additions to documentation label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant