Skip to content

Commit

Permalink
Merge pull request #192 from sumeetp4/feature/git-branch-delete
Browse files Browse the repository at this point in the history
Create git-delete-branch.md
  • Loading branch information
arshadkazmi42 authored Oct 13, 2021
2 parents e6b2917 + eea5a26 commit 113d1c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions commands/git/git-delete-branch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Delete a branch from remote git repository

This command is used for deleting a branch from remote

`git push origin --delete <branch_name>`

- <b>branch_name: </b>Branch name which needs to be deleted

##### Example:

`git push origin --delete 324ed3`

### Related

- [Git Restore Branch](git-restore-branch.md)

0 comments on commit 113d1c6

Please sign in to comment.