From 7a03b557003647fe8075a8863ec6e2d96fd43f74 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Feb 2013 11:07:26 +0200 Subject: Note how to delete remote branch using push.sh --- git/git-cheatsheet.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'git/git-cheatsheet.txt') 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 : + Rebasing Local (e.g., from a feature branch to master): -- cgit v1.1