怎样使用git add命令将当前修改的两个乃至多个文件一次性全部加入暂存区,不包括未跟踪的文件
巴扎黑
巴扎黑 2017-05-02 09:20:50
0
2
693

如题,我修改了a.txt,b.txt,c.txt,怎样使用git add将三个文件一次操作全部加入暂存区

巴扎黑
巴扎黑

reply all(2)
我想大声告诉你

git add . or git add --all

仅有的幸福

git add a.txt b.txt c.txt ;

Separate with spaces, no commas. Try it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template