From 50c2872906670fb71e7d9af1cce3ece2228fd9e7 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sat, 16 Oct 2010 00:35:25 +0200 Subject: [PATCH] Suggest a simple "git reset" after import This is much safer than git reset --hard as it doesn't overwriter local changes that might be present. --- rcs-fast-export.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcs-fast-export.rb b/rcs-fast-export.rb index ed873ab..5d7aecd 100755 --- a/rcs-fast-export.rb +++ b/rcs-fast-export.rb @@ -43,7 +43,7 @@ commit, unless --no-symbol-check is specified or rcs.symbolCheck is set to false in the git configuration. Typical usage: - git init && rcs-fast-export.rb . | git fast-import && git reset --hard + git init && rcs-fast-export.rb . | git fast-import && git reset Options: --help, -h, -? display this help text -- 2.32.0.93.g670b81a890