摘要: # 1. windows path length limit https://www.cnblogs.com/Searchor/p/17205540.html # 2. git-lfs # 3. config ```bash git config --system core.longpaths tr 阅读全文
posted @ 2020-10-15 16:52 fndefbwefsowpvqfx 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 通常在发布软件的时候打一个tag,tag会记录版本的commit号,方便后期回溯。 列出已有的tag git tag 加上-l命令可以使用通配符来过滤tag 新建tag 使用git tag命令跟上tag名字,直接创建一个tag。 git tag v1.0 上面创建一个名为v1.0的tag。使用git 阅读全文
posted @ 2020-10-15 16:48 fndefbwefsowpvqfx 阅读(82) 评论(0) 推荐(0) 编辑
摘要: The --depth parameter refers to how deep Git goes on a "walk" from each starting point. As the documentation you quoted mentions, it also implies --si 阅读全文
posted @ 2020-10-15 15:36 fndefbwefsowpvqfx 阅读(191) 评论(0) 推荐(0) 编辑