diff options
author | http://k1024.org/~iusty/ <Iustin_Pop@web> | 2010-08-29 21:59:36 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-29 21:59:36 +0000 |
commit | 38003fe23a8358f08d22bc5f85c087e5f329e7e9 (patch) | |
tree | b97ed7084b716e2571433a3393db4b9a050468ca /doc/tips | |
parent | f398ad035b973608d380c9939ea845d8e2a0cdc2 (diff) |
Add comment on the cleanup spam section
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/spam_and_softwaresites/discussion.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tips/spam_and_softwaresites/discussion.mdwn b/doc/tips/spam_and_softwaresites/discussion.mdwn new file mode 100644 index 000000000..21f0a5d7e --- /dev/null +++ b/doc/tips/spam_and_softwaresites/discussion.mdwn @@ -0,0 +1,8 @@ +In the cleanup spam section: + +> Caveat: if there are no commits you want to keep (i.e. all the commits since the last merge into master are either spam or spam reverts) then git rebase will abort. + +Wouldn't it be enough then to use `git reset --hard` to the desired last good commit? + +regards, +iustin |