From the course: Programming Foundations: Version Control with Git (2020)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Deleting a repository or branch

Deleting a repository or branch

From the course: Programming Foundations: Version Control with Git (2020)

Start my 1-month free trial

Deleting a repository or branch

- [Instructor] Deleting a local repository is pretty straightforward. Though you can do it with the command line, it's much easier to just delete the folder in your finder. This will delete your local repo. To delete the remote repository, you must log in to your hosting service. In Bitbucket, go to the project that you want to delete. Then, under Settings, find a delete repository option. Select Delete Repository to delete your remote repository, and that's it.

Contents