diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-23 17:14:51 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-23 17:14:51 -0400 |
| commit | 1695f5c678e5e64bc12252ee5b8ed75d1c5b5c49 (patch) | |
| tree | fbf4ed51b163489ff387aba8396f7f24c76dde49 | |
| parent | 95296a961c4ca967538e63e7d0b78f845493fcf8 (diff) | |
clarify
| -rw-r--r-- | doc/todo/fail_if_modification_not_commited_when_using_--spin/comment_3_c69eaa9c6ae5b07b5c2dd2591de965a3._comment | 2 |
1 files changed, 1 insertions, 1 deletions
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 60bdf597..8ad6ab49 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: <pre> -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 |
