Tek et al.
  • Home
  • Categories
  • Tags
  • Home
  • About
  • Categories
  • Tags
  • Top of Page
Home

Tek et al.

Computer Scientist, Data Analyst, Software Architect

Git: Delete Branch Remote and Locally

March 31st, 2015
  1. See all branches:
git branch -a
  1. Delete the branch locally:
git branch -D 
  1. Delete the branch remotely:
git push origin --delete 
DONE!
  • git (3)

Share Post

Twitter Facebook Google+
  • ← Previous
  • Next →


© 2019 Ricardo M. Ferraz Leal with Jekyll. Theme: dbyll by dbtek.