随笔分类 -  git

摘要:https://blog.csdn.net/tsq292978891/article/details/78965693 阅读全文
posted @ 2020-01-02 22:07 chenzquan 阅读(910) 评论(0) 推荐(0) 编辑
摘要:git常用命令 git init # 初始化本地git环境 git clone # 克隆一份代码到本地仓库 git pull # 把远程库的代码更新到工作台 git pull -- rebase origin master # 强制吧远程库的代码更新到当前分支上 git fetch # 把远程库的代 阅读全文
posted @ 2018-12-11 12:22 chenzquan 阅读(138) 评论(0) 推荐(0) 编辑
摘要:http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html 阅读全文
posted @ 2018-11-15 17:13 chenzquan 阅读(89) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/lemon_cookie/article/details/79058151 阅读全文
posted @ 2018-11-14 12:53 chenzquan 阅读(255) 评论(0) 推荐(0) 编辑
摘要:1、注册GitHub账号 2、在GitHub上建立github仓库 3、下载git 4、配置git 5、生成SSH密钥,并把密钥添加SSH密钥到GitHub上 6、创建本地仓库并上传代码到github 3、下载git 4、配置git 5、生成SSH密钥,并把密钥添加SSH密钥到GitHub上 6、创 阅读全文
posted @ 2018-04-10 20:50 chenzquan 阅读(171) 评论(0) 推荐(0) 编辑

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