Skip to content

Instantly share code, notes, and snippets.

@rashid327
Created August 28, 2020 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rashid327/0acf2cc3ee6e262a9286093c89dc2b4f to your computer and use it in GitHub Desktop.
Save rashid327/0acf2cc3ee6e262a9286093c89dc2b4f to your computer and use it in GitHub Desktop.
git branch
# Create a new branch
$ git branch <branch_name>
# List all remote or local branches
$ git branch -a
# Delete a branch
$ git branch -d <branch_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment