mirror of
https://github.com/sahinakkaya/til.git
synced 2025-07-17 14:01:49 +03:00
TIL: Deleting remote branch
This commit is contained in:
7
git/deleting-remote-branch.md
Normal file
7
git/deleting-remote-branch.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
You can delete remote branches with
|
||||||
|
```bash
|
||||||
|
git push -d <remote_name> <branchname>
|
||||||
|
|
||||||
|
# Example
|
||||||
|
git push -d origin featureX
|
||||||
|
```
|
Reference in New Issue
Block a user