79195413

Date: 2024-11-16 15:10:00
Score: 1.5
Natty:
Report link

Here's a trick you can try:

git switch -c <new-branch>

(if you to make a new branch and switch to it)
OR

git checkout -b <new-branch>

(if you just want to make a new branch)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vicky AS