mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-21 16:19:37 +01:00
TIL: Deleting remote branch
This commit is contained in:
parent
bc1e1f2354
commit
d153dcc737
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
|
||||
```
|
Loading…
Reference in New Issue
Block a user