摘要: $ git checkout <another-branch> <path-to-file> [<one-more-file> ...] $ git status $ git commit -m "'Merge' specific file from '<another-branch>'" 参考: 阅读全文
posted @ 2019-12-03 21:24 wolbo 阅读(1194) 评论(0) 推荐(0) 编辑
摘要: 生成秘钥 ssh-keygen -t rsa 不要输入密码 默认生成在 ~/.ssh/id_rsa.pub 复制公钥追加至远端机器的 ~/.ssh/authorized_keys https://blog.csdn.net/qq_33319140/article/details/98965755 阅读全文
posted @ 2019-12-03 20:17 wolbo 阅读(3518) 评论(0) 推荐(0) 编辑