Xcode 中创建了新的文件,需要使用 add 添加:
"git add/rm <file>..." to update what will be committed
忽略对某个文件的修改,则使用:
"git checkout -- <file>..." to discard changes in working directory
Xcode 中创建了新的文件,需要使用 add 添加:
"git add/rm <file>..." to update what will be committed
忽略对某个文件的修改,则使用:
"git checkout -- <file>..." to discard changes in working directory