标签: git
标签包含 "git" 的所有文章:
-
Windows下使用Git-Bash日常开发
Posted on: 2023年5月14日 at 12:27Windows下使用Git-Bash日常开发
-
windows下vscode设置了eof=lf,但是git操作还是会自动把代码变为crlf
Posted on: 2021年7月16日 at 03:22windows下vscode设置了eof=lf,但是git操作还是会自动把代码变为crlf。git config core.autocrlf false,git config core.eol lf
-
记录一次svn迁移至git的过程
Posted on: 2021年3月15日 at 02:03由于之前的svn仓库是非标准的,没有任何分支trunk,也没有任何tag,目录中直接就是项目的文件系统了。对于这种非标准的svn仓库,应该怎么保留完整commit迁移至git?