Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 351 Bytes

File metadata and controls

17 lines (9 loc) · 351 Bytes

git

git reset HEAD :

将文件从暂存区移动回工作目录,但是保留工作目录中对文件的修改

git reset HEAD <file> 保留了工作目录中对文件的修改,git restore --staged <file> 则会覆盖工作目录中对文件的修改

Git is a version control system

Git is free software

windows

day

fsafsfa