2021年3月4日

git的使用

摘要: 这是主要从第一次开始使用git 1.配置你的用户名和邮箱: $ git config --global user.name "username" $ git config --global user.email "email" 2.git支持https和git两种传输协议,github分享链接时会有 阅读全文

posted @ 2021-03-04 15:13 搬家小蜜蜂 阅读(45) 评论(0) 推荐(0) 编辑

导航