Skip to content

Instantly share code, notes, and snippets.

@clowwindy
Created May 22, 2014 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clowwindy/bdc690b62e9aa9124f87 to your computer and use it in GitHub Desktop.
Save clowwindy/bdc690b62e9aa9124f87 to your computer and use it in GitHub Desktop.
clowwindy@localhost:~/workspace/test_git$ git clone /Users/clowwindy/workspace/test_git/repo/ another_user
Cloning into 'another_user'...
done.
clowwindy@localhost:~/workspace/test_git$ cd another_user/
clowwindy@localhost:~/workspace/test_git/another_user$ git fsck --lost-found
Checking object directories: 100% (256/256), done.
dangling commit 69710fb2d9e9057701d4bdacbd1df6df14f63a61
clowwindy@localhost:~/workspace/test_git/another_user$ git show 69710fb2d9e9057701d4bdacbd1df6df14f63a61
commit 69710fb2d9e9057701d4bdacbd1df6df14f63a61
Author: clowwindy <clowwindy42@gmail.com>
Date: Thu May 22 13:53:06 2014 +0800
password
diff --git a/a.txt b/a.txt
new file mode 100644
index 0000000..2dac640
--- /dev/null
+++ b/a.txt
@@ -0,0 +1 @@
+my password
@m2nx
Copy link

m2nx commented Mar 23, 2016

Hello,Big C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment