juliencrn / usehooks-ts

React hook library, ready to use, written in Typescript.
https://usehooks-ts.com
MIT License
6.36k stars 416 forks source link

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

Open iammiori opened 4 months ago

iammiori commented 4 months ago

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.

angeldevildev commented 2 months ago

621