随笔 - 52  文章 - 50  评论 - 1  阅读 - 24839

文章分类 -  Git

常用git指令
摘要:更新子仓库: git submodule update --init childhub(子仓库) 阅读全文
posted @ 2022-05-05 15:26 蜀山菜鸟 阅读(4) 评论(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 蜀山菜鸟 阅读(1) 评论(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 蜀山菜鸟 阅读(114) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示