Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete Remote and Local branch in git #1

Open
mddanishyusuf opened this issue Mar 18, 2019 · 0 comments
Open

Delete Remote and Local branch in git #1

mddanishyusuf opened this issue Mar 18, 2019 · 0 comments
Assignees
Labels
dailyhack This issue belongs to dailyhack.xyz git

Comments

@mddanishyusuf
Copy link
Owner

mddanishyusuf commented Mar 18, 2019

For locally:

git branch -d <branch_name>

For remotely

git push origin --delete <branch_name>

@mddanishyusuf mddanishyusuf added dailyhack This issue belongs to dailyhack.xyz coolhack This trick is cool labels Mar 26, 2019
@mddanishyusuf mddanishyusuf changed the title Delete Remote and Local branched in git Delete Remote and Local branch in git Mar 26, 2019
@mddanishyusuf mddanishyusuf self-assigned this Apr 4, 2019
@mddanishyusuf mddanishyusuf added git and removed coolhack This trick is cool labels Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dailyhack This issue belongs to dailyhack.xyz git
Projects
None yet
Development

No branches or pull requests

1 participant