git操作命令

1.本地配置全局忽略

     cd ~

     vim .gitignore_global
     git config --global core.excludesfile ~/.gitignore_global

你可能感兴趣的:(代码及脚本-git,gradle)