mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-14 04:59:38 +01:00
126 B
126 B
You can delete remote branches with
git push -d <remote_name> <branchname>
# Example
git push -d origin featureX