Git学习记录

xiaoxiao2021-02-27  392

git远程登录相关记录 本地:ssh-keygen  -t rsa –C “youremail@example.com” Add SSH Key create a new repo 本地:git remote add origin https://github.com/tugenhua0707/testgit.git 本地:git push -u origin master (-u 关联) git checkout -b dev 创建并切换分支 git branch 查看当前分支 git branch -d dev 删除dev分支 git merge dev 合并指定分支到当前分支上
转载请注明原文地址: https://www.6miu.com/read-5713.html

最新回复(0)