随笔分类 -  Git

git最佳实践
摘要:1. 本地设置 $ git config --global user.name "John Doe" $ git config --global user.email johndoe@example.com 2. 以下分为两种情况: 远程已经存在项目,然后同步到本地 本地建立同名目录 初始化 git 阅读全文
posted @ 2017-09-01 15:13 simppy 阅读(223) 评论(0) 推荐(0)