git 远程删除不需要的文件

git clone git@192.168.2.246:dev/ncrm.git
23 find . -name “target”
24 find . -name “target”|xargs rm -rf
25 find . -name “target”
26 git commit -am “delete target”
27 pwd
28 cd ncrm
29 git commit -am “delete target”
30 git push origin
31 git push origin
32 git checkout feat/DTC-1817
33 pwd
34 git branch
35 find . -name target
36 find . -name target | xargs rm -rf
37 find . -name target
38 git commit -am “delete feat target”
39 git push
40 pwd
41 history

上一篇:NETCONF下发网络设备配置:netconf_switch


下一篇:python-登录系统