摘要: 分布式版本控制系统,跟踪文本文件的改动 ubuntu安装: sudo apt install git 安装完成后,设置使用的用户名和邮箱: 全局: git config --global user.name "<your name>" git config --global user.email " 阅读全文
posted @ 2019-06-28 16:13 catyuang 阅读(190) 评论(0) 推荐(0) 编辑