亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

github - git deletion operation
PHP中文網(wǎng)
PHP中文網(wǎng) 2017-05-02 09:48:01
0
2
677

How to remove this green -139? Before, I deleted everything manually and copied the new things into it. Then I git add -A, and then the red part turned into green part. How to remove the green -139.

PHP中文網(wǎng)
PHP中文網(wǎng)

認(rèn)證高級(jí)PHP講師

reply all(2)
Ty80

Just submit it
git commit -m "prompt message"
git push

Peter_Zhu

+0 means 0 lines added, ~0 means 0 lines changed, -139 means 139 lines reduced

This should be what is displayed on your command line, not what git actively displays to you. But you can git diff --stat to see the line number change information

Red indicates local changes, green indicates that it has been placed in the Staging area (buffer). This information will be gone after you submit it

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