随笔分类 -  Git

摘要:才能出现分支 阅读全文
posted @ 2021-09-14 17:46 杨斌_济南 阅读(41) 评论(0) 推荐(0) 编辑
摘要:首先通过 $ git branch -a 来查看所在目录的分支 当前是 master分支, 通过 $ git checkout -b 想要切换的目录 origin/想要切换的目录 通过 $ git checkout -b kaifa origin/kaifa切换到 kaifa分支 阅读全文
posted @ 2021-01-14 10:16 杨斌_济南 阅读(344) 评论(0) 推荐(0) 编辑
摘要:Git教程-廖雪峰 http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/ 阅读全文
posted @ 2018-04-29 17:22 杨斌_济南 阅读(281) 评论(0) 推荐(0) 编辑
摘要:pwd命令: Print Working Directory 显示工作目录的路径名称。 阅读全文
posted @ 2018-04-29 17:20 杨斌_济南 阅读(211) 评论(0) 推荐(0) 编辑
摘要:Git clone url地址 例子:如下 Git clone https://github.com/michaelliao/gitskills.git 创建账号 $ git config --global user.name "Your Name" $ git config --global us 阅读全文
posted @ 2018-04-29 17:19 杨斌_济南 阅读(256) 评论(0) 推荐(0) 编辑

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