dw做网站投票,小程序怎么开,网上做推广有没有好一点的平台,网站前端用的到ps第一种方式#xff0c;把不小心push上去的人解决掉。
第二种方式#xff0c;以我自身为例#xff0c;同事不小心push了.idea文件夹
首先打开git bash git rm --cached .idea/ -r 然后查看一下状态 git status 接着提交修改 git commit -m cancel track .idea file把不小心push上去的人解决掉。
第二种方式以我自身为例同事不小心push了.idea文件夹
首先打开git bash git rm --cached .idea/ -r 然后查看一下状态 git status 接着提交修改 git commit -m cancel track .idea file 最后push到远端即可 git push