摘要: 备注: 本文参考于廖雪峰老师的博客Git教程。依照其博客进行学习和记录,感谢其无私分享,也欢迎各位查看原文。 知识点 配置Git显示颜色git config --global color.ui true .gitignore配置忽略文件,且要提交到版本库 git add -f <file>,强制添加 阅读全文
posted @ 2020-07-20 22:40 findmoon 阅读(428) 评论(0) 推荐(0) 编辑