文章分类 -  Git

常用git指令
摘要:更新子仓库: git submodule update --init childhub(子仓库) 阅读全文
posted @ 2022-05-05 15:26 蜀山菜鸟 阅读(5) 评论(0) 推荐(0)
Git介绍
摘要:参考: https://www.cnblogs.com/vman/articles/Git_cmds.html http://www.ihref.com/read-16369.html 阅读全文
posted @ 2022-04-02 17:41 蜀山菜鸟 阅读(4) 评论(0) 推荐(0)
git生成并添加SSH key
摘要:① cd ~/.ssh/ 【如果没有对应的文件夹,则执行 mkdir ./.ssh】② git config --global user.name "caiba"③ git config --global user.email "caiba@163.com"④ ssh-keygen -t rsa - 阅读全文
posted @ 2022-03-28 15:06 蜀山菜鸟 阅读(116) 评论(0) 推荐(0)