赞
踩
这篇博客就放几行Git命令。
1、关于忽略文件的配置。
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
2、关于忽略文件的路径。
git config --global core.excludesfile ~/.gitignore,
路径中有斜杠注意一下。
3、路径中有多级文件夹。
**/bin/*.xml
PS: 设置全局忽略配置后立即生效, 单个项目忽略需要提交后生效.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。