摘要: $ git initInitialized empty Git repository in .git/$ echo "testing reset" > file1$ git add file1$ git commit -m 'added file1'Created initial commit 1a... 阅读全文
posted @ 2014-04-17 20:32 Ray.floyd 阅读(213) 评论(0) 推荐(0) 编辑
摘要: git init echo hello >> test.txt git add test.txt Now the blob is created but it is referenced by the index so it will no be listed with git fsck un... 阅读全文
posted @ 2014-04-17 20:30 Ray.floyd 阅读(213) 评论(0) 推荐(0) 编辑