2020年6月23日

生成密钥

摘要: https://help.github.com/cn/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent 阅读全文

posted @ 2020-06-23 20:52 章画 阅读(204) 评论(0) 推荐(0)

git 分支

摘要: 创建分支branch 查看所有本地分支git branch查看本地和远程所有分支git branch -a切换到基础分支,如主干 git checkout master 新建分支 git branch 新分支名dev 创建并切换到新分支 git checkout 新分支名dev 一步到位:新建并且切 阅读全文

posted @ 2020-06-23 17:27 章画 阅读(158) 评论(0) 推荐(0)

导航