From d5e3117d14f244e2effd7d7944c56139a3e9a393 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 10 Feb 2017 13:11:54 -0500 Subject: [PATCH] remove old commands --- static/index.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/static/index.html b/static/index.html index 88d7ea1..cbbb8dc 100644 --- a/static/index.html +++ b/static/index.html @@ -57,15 +57,6 @@ $ git unpublish <branch> # Removes branch from remote server. -$ git harvest <branch> -# Auto-merge/rebase commits from given branch. - -$ git sprout <branch> -# Sprout a new branch from the current branch. - -$ git graft <branch> -# Merge unpublished branch into current branch, then remove it. - $ git branches # Nice & pretty list of branches + publication status.