remove old commands

This commit is contained in:
2017-02-10 13:11:54 -05:00
parent d3777e0958
commit d5e3117d14
-9
View File
@@ -57,15 +57,6 @@
<span class=ig>$ </span>git unpublish &lt;branch&gt;
<span class=ig># Removes branch from remote server.</span>
<span class=ig>$ </span>git harvest &lt;branch&gt;
<span class=ig># Auto-merge/rebase commits from given branch.</span>
<span class=ig>$ </span>git sprout &lt;branch&gt;
<span class=ig># Sprout a new branch from the current branch.</span>
<span class=ig>$ </span>git graft &lt;branch&gt;
<span class=ig># Merge unpublished branch into current branch, then remove it.</span>
<span class=ig>$ </span>git branches
<span class=ig># Nice &amp; pretty list of branches + publication status.</span>