免責聲明

Disclaimer (免責聲明)
繼續閱覽代表您接受以上的免責聲明.
To continue reading means you accept the above disclaimer.

2016年4月26日 星期二

git clone change name


http://stackoverflow.com/questions/8570636/change-name-of-folder-when-cloning-from-github

git clone https://.../orgname.git newname
git clone to a folder other than the source repo name


unzip in git bash

//=== https://groups.google.com/forum/#!topic/msysgit/fO1stfm4ww0

"Git for Windows" vs "msysGit",
msysGit includes unzip, while Git for Windows does not.

""" ...

Think of Msysgit as Windows programs that emulate Linux behavior.
Msysgit executables are regular Windows executables, just like 7-zip.exe

...


the files in C:\msysgit\share\7-Zip are the regular
Windows versions, not a special Mingw-compiled version of 7-Zip

..."""