git服务器

rhodecode (git服务器)
sourcetree (git客户端)
蓝灯 (翻墙)


GitHub Pages


sourcetree忽略文件
Git 代码管理中 .gitignore 文件无效的解决方法

.gitignore 文件模板
Objective-C.gitignore
Swift.gitignore

在SourceTree中使用Git submodule

warning: templates not found /usr/local/git/share/git-core/templates

Git 默认不区分大小写


git 缺少子模块

逐次执行命令:git submodule syncgit submodule update --init --recursive
如果我们执行git submodule update --init --recursive又出现中断的现象我们可以不断的执行git submodule update --init --recursive 这个命令直到下载完成为止

Linphone Android 在Linux 下编译运行

你可能感兴趣的:(git服务器)