Create a new branch
Creates a new branch from the current branch after verifying no uncommitted changes exist.
/plugin marketplace add markhamsquareventures/essentials/plugin install essentials@mksq-marketplacegit branch --show-currentgit status -sbgit log main..HEAD --onelinegit diff main...HEAD --statCreate a new branch from the current branch branch:
git checkout -b {branch name}. Ask for the branch name.