This command is used for restoring a locally deleted branch
git checkout -b {{BRANCH_NAME}} {{SHA_HASH}}
- BRANCH_NAME: Branch name which needs to be restored
- SHA_HASH: Hash of the last commit on the branch, use - Git Activity Trace to get the hash
git checkout -b ak-cli-dev 324ed3