/e/GitWorkS (opt)
$>a.txt
/e/GitWorkS (opt)
$ git add a.txt
/e/GitWorkS (opt)
$ git ss
On branch opt
Changes to be committed:
(use “git reset HEAD …” to unstage)
modified: a.txt
Untracked files:
(use “git add …” to include in what will be committed)
.gitignore
$ git cm -m “>a.txt” 提交数据
[opt 5b31abf] >a.txt
1 file changed, 2 deletions(-)
提交之后发现,数据清空,要恢复,