njuyxw/csapp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1.git add: add the text to the git warehouse 2.git commit 3.git config user.name git config user.email 4.git log (--pretty=online) 5.HEAD HEAD^ HEAD^^ HAED~100 git reset -hard HEAD^ 6.git reflog get every change