随笔分类 -  code manage tool

摘要:catalogue: content: 1.初始化git仓库:第一次使用git git config --global user.name "用户名"git config --global user.email "admin@admin.com" git init 2.把文件放到git本地仓库: g 阅读全文
posted @ 2019-05-26 12:38 oxean_wave 阅读(177) 评论(0) 推荐(1)