Releases: LussacZheng/git-embed
git-embed: build 2020.07.30 for Git v2.28.0
Build type
mini
The package “mini” is the minimum set of programs to run git clone and git pull on Windows.
It does NOT support HTTPS. But you could replace https:// with git:// while running git clone :
# OK
git clone git://github.com/LussacZheng/git-embed.git
# It won't work
git clone https://github.com/LussacZheng/git-embed.gitssl
The package “ssl”, with all the contents of "mini", contains some additional DLLs for HTTPS support.
# Just use as usual
git clone https://github.com/LussacZheng/git-embed.gitBut the file size of "ssl" package (~13 MB) is much larger than that of "mini" (~5 MB).
Notice
The scripts of this repository is used to re-package the released binaries of MinGit. MinGit is distributed under the GPLv2 license.
中文文档另见
doc/README.cn.md。国内用户可以从 这里 下载。
git-embed: build 2020.06.16 for Git v2.27.0
Build type
mini
The package “mini” is the minimum set of programs to run git clone and git pull on Windows.
It does NOT support HTTPS. But you could replace https:// with git:// while running git clone :
# OK
git clone git://github.com/LussacZheng/git-embed.git
# It won't work
git clone https://github.com/LussacZheng/git-embed.gitssl
The package “ssl”, with all the contents of "mini", contains some additional DLLs for HTTPS support.
# Just use as usual
git clone https://github.com/LussacZheng/git-embed.gitBut the file size of "ssl" package (~13 MB) is much larger than that of "mini" (~5 MB).
Notice
The scripts of this repository is used to re-package the released binaries of MinGit. MinGit is distributed under the GPLv2 license.
中文文档另见
doc/README.cn.md。国内用户可以从 这里 下载。