摘要:
$ git initInitialized empty Git repository in .git/$ echo "testing reset" > file1$ git add file1$ git commit -m 'added file1'Created initial commit 1a... 阅读全文
摘要:
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... 阅读全文