-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Git switch vs git checkout #251
Comments
Thanks, we will keep an eye out for the change |
Thanks for this info . |
|
Git switch |
git switch -m " |
Thanks for this info. |
Please feel free to make a PR, updating all translations, thanks! |
Muito bom |
Can I take this up? |
This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date. |
🆕 Moving from
git checkout
togit switch
Is your feature request related to a problem? Please describe.
On Git 2.23
git switch
was introduce as a specific command to change from one branch to another. The idea behind this change is that git checkout makes more than only changing branches (like restoring the working tree files).Describe the solution you'd like
Since Git is looking forward to moving from
git checkout
togit switch
in the near future, I would consider changing Module 2.Additional context
The text was updated successfully, but these errors were encountered: