add 之后又走到哪一步
你正在改的地方
挑好了,等着记下来
记下了,随时能回来
接着敲了 git add calc.py,再看一次:
$ git add calc.py
$ git status --short
M calc.py
?? notes.txt
你正在改的地方
挑好了,等着记下来
记下了,随时能回来
接着敲了 git add calc.py,再看一次:
$ git add calc.py
$ git status --short
M calc.py
?? notes.txt
全部评论