随笔分类 - git
linux 安装Git详细过程
摘要:1、首先git --version 查看 Git https://mirrors.edge.kernel.org/pub/software/scm/git/ 2、下载 wget https://Github.com/Git/Git/archive/v2.11.0.tar.gz 3、解压 tar -z
阅读全文
git Please move or remove them before you can merge.
摘要:git clean -d -fx "" 其中 x 删除忽略文件已经对git来说不识别的文件 d 删除未被添加到git的路径中的文件 f 强制运行
阅读全文