You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to the new branch using either of the commands -
git switch example
or
git checkout example
Ensure to make detailed and precise commits to enable other developers working the project understand the workflow. If you fix something, start your commit with FIX, if you add something, start your commit message with FEAT