summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git/git-cheatsheet.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/git/git-cheatsheet.txt b/git/git-cheatsheet.txt
index 3ce3f5b..a6be949 100644
--- a/git/git-cheatsheet.txt
+++ b/git/git-cheatsheet.txt
@@ -42,6 +42,10 @@ Delete a branch from a remote repository
Find a ref that matches experimental in the origin repository (e.g.
refs/heads/experimental), and delete it.
+ Using the push.sh script:
+
+ ./push.sh :<name>
+
Rebasing
Local (e.g., from a feature branch to master):