m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/git.md b/git.md
index 851dae4..c8582af 100644
--- a/git.md
+++ b/git.md
@@ -5,6 +5,10 @@
git config --global user.name "Name"
git config --global user.email "name@place.com"
+## Delete remote branch
+
+ git push -d <remote> <branch>
+
## `git bisect`
git bisect start