随笔分类 -  git

摘要:https://blog.csdn.net/wangdawei_/article/details/124556712 git branch 分支命令详解git branch (查看本地分支)git branch -r (查看远程分支)git branch -a (查看所有分支)git branch 阅读全文
posted @ 2022-09-15 14:58 鼓舞飞扬 阅读(184) 评论(0) 推荐(0) 编辑
摘要:https://my.oschina.net/anxiaole/blog/1588664 阅读全文
posted @ 2022-05-26 14:33 鼓舞飞扬 阅读(200) 评论(0) 推荐(0) 编辑
摘要:最佳实践: 现在VScode,Notepad++编辑器都能够自动识别文件的换行符是LF还是CRLF。 如果你用的是windows,文件编码是UTF-8且包含中文,最好全局将autocrlf设置为false。 git config --global core.autocrlf false 注意:git 阅读全文
posted @ 2021-07-08 09:12 鼓舞飞扬 阅读(1939) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_28566071/article/details/80857928 阅读全文
posted @ 2021-05-25 16:57 鼓舞飞扬 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-05-06 20:14 鼓舞飞扬 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-17 11:58 鼓舞飞扬 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-05-08 14:53 鼓舞飞扬 阅读(240) 评论(0) 推荐(0) 编辑
摘要:猴子都能懂的git: https://backlog.com/git-tutorial/cn/ 阅读全文
posted @ 2020-04-27 11:03 鼓舞飞扬 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-27 11:01 鼓舞飞扬 阅读(91) 评论(0) 推荐(0) 编辑
摘要:windows使用git时出现:warning:LF will be replaced by CRLF windows中的换行符为 CRLF, 而在linux下的换行符为LF,所以在执行add . 时出现提示,解决办法: git config --global core.autocrlf false 阅读全文
posted @ 2020-04-26 18:11 鼓舞飞扬 阅读(363) 评论(0) 推荐(0) 编辑
摘要:git pull的时候发生冲突的解决方法之“error: Your local changes to the following files would be overwritten by merge” 今天在使用git pull 命令的时候发生了以下报错 目前git的报错提示已经相关友好了,可以直 阅读全文
posted @ 2020-04-24 10:46 鼓舞飞扬 阅读(393) 评论(0) 推荐(0) 编辑
摘要:Git使用教程:最详细、最傻瓜、最浅显、真正手把手教 导读:因为教程详细,所以行文有些长,新手边看边操作效果出乎你的预料。GitHub虽然有些许改版,但并无大碍。 一、Git是什么? Git是目前世界上最先进的分布式版本控制系统。 工作原理 / 流程: Workspace:工作区 Index / S 阅读全文
posted @ 2020-04-23 16:52 鼓舞飞扬 阅读(358) 评论(0) 推荐(0) 编辑

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