From 1695f5c678e5e64bc12252ee5b8ed75d1c5b5c49 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 23 Nov 2014 17:14:51 -0400 Subject: [PATCH] clarify --- .../comment_3_c69eaa9c6ae5b07b5c2dd2591de965a3._comment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/fail_if_modification_not_commited_when_using_--spin/comment_3_c69eaa9c6ae5b07b5c2dd2591de965a3._comment b/doc/todo/fail_if_modification_not_commited_when_using_--spin/comment_3_c69eaa9c6ae5b07b5c2dd2591de965a3._comment index 60bdf59..8ad6ab4 100644 --- a/doc/todo/fail_if_modification_not_commited_when_using_--spin/comment_3_c69eaa9c6ae5b07b5c2dd2591de965a3._comment +++ b/doc/todo/fail_if_modification_not_commited_when_using_--spin/comment_3_c69eaa9c6ae5b07b5c2dd2591de965a3._comment @@ -6,7 +6,7 @@ Here's a almost-script to do it, which worked when it did it by hand:
-get old-head
+get old-head (git show-ref HEAD -s)
 get curr-branch (refs/heads/master eg)
 find old-commit (look back through git log for the first commit that was not "propellor spin")
 git reset old-commit