Git branch

Git branch

371

Usage: git branch

This command lists all the local branches in the current repository.

Usage: git branch [branch name]

This command creates a new branch.

Usage: git branch -d [branch name]

This command deletes the feature branch.

- Last updated 2 years ago

Be the first to leave a comment.

You must login to leave a comment