Xcode 中創(chuàng)建了新的文件,需要使用 add 添加:
"git add/rm <file>..." to update what will be committed
忽略對某個文件的修改,則使用:
"git checkout -- <file>..." to discard changes in working directory
Xcode 中創(chuàng)建了新的文件,需要使用 add 添加:
"git add/rm <file>..." to update what will be committed
忽略對某個文件的修改,則使用:
"git checkout -- <file>..." to discard changes in working directory