Commit Diff


commit - b26536624d068f5bdb0311f2b3a93a1b005fc0fa
commit + 621d6d6374e7eb98750371226c85d9d63ef089d0
blob - abc48e74c96eb9f2906ec7e3721e182e80a63dae
blob + 7ca0697b60c63fdd23623bfa0ab3873b3813e63e
--- plass
+++ plass
@@ -388,10 +388,9 @@ follows:
 	$ echo foo@example.com > .gpg-id
 	$ cd ~/git
 	$ got init pass.git
-	$ cd pass.git
-	$ got import -m 'initial import' ~/.password-store
+	$ got import -r pass.git -m 'initial import' ~/.password-store
 	$ cd ~/.password-store
-	$ got checkout -E ~/git/pass.git
+	$ got checkout -E ~/git/pass.git .
 
 See got(1) for more information.