Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

[FEATURE] Add functionality to delete a branch #312

Open
Jess-Alcantara opened this issue Apr 11, 2019 · 3 comments
Open

[FEATURE] Add functionality to delete a branch #312

Jess-Alcantara opened this issue Apr 11, 2019 · 3 comments
Labels
Approved enhancement New feature or request Medium

Comments

@Jess-Alcantara
Copy link
Collaborator

Jess-Alcantara commented Apr 11, 2019

Description
Part of the GitHub workflow includes tidying up your branches. VisualGit should allow you to delete branches after you are done with them.

Acceptance criteria
VisualGit provides the functionality to delete branches from VisualGit locally and on GitHub.

Pointers / Solutions
Deleting branches on GitHub: git push origin --delete <BRANCH_NAME>
Deleting branches locally: git branch -D <BRANCH_NAME>

@Jess-Alcantara Jess-Alcantara added Medium enhancement New feature or request labels Apr 11, 2019
@Ravid12
Copy link
Collaborator

Ravid12 commented Apr 11, 2019

This definitely would be appropriate for any git tool! Approved

@KelseyRM
Copy link
Collaborator

Approved - this would be super helpful especially for git beginners that'd want to use VisualGit!

@bcox280
Copy link
Collaborator

bcox280 commented Apr 11, 2019

Approved

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Approved enhancement New feature or request Medium
Projects
None yet
Development

No branches or pull requests

4 participants