Created
May 22, 2014 06:33
-
-
Save clowwindy/bdc690b62e9aa9124f87 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,Big C