diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-21 11:07:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-21 11:07:57 +0200 |
commit | 7a03b557003647fe8075a8863ec6e2d96fd43f74 (patch) | |
tree | aae6db8d2d1bb37ab7a46e690625901712e8a34b | |
parent | c82e6ce5756bd1755d9180b66862b9aaa98811db (diff) |
Note how to delete remote branch using push.sh
-rw-r--r-- | git/git-cheatsheet.txt | 4 |
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): |