Git

Git add & Git add undo

2018-07-13  本文已影响16人  JaedenKil
$ touch file01
$ touch file02
$ touch file03
$ git status
On branch master

No commits yet

Untracked files:
  (use "git add <file>..." to include in what will be committed)

        file01
        file02
        file03

nothing added to commit but untracked files present (use "git add" to track)
上一篇下一篇

猜你喜欢

热点阅读