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.