If you deleted a file from the working tree, then commit the deletion:
git commit -a -m "A file was deleted"
And push your commit upstream:
git push
先把本地的文件删除
git add .
|
If you deleted a file from the working tree, then commit the deletion:
And push your commit upstream:
|
50
|
If you deleted a file from the working tree, then commit the deletion:
And push your commit upstream:
|