下载安装git bash
右键 git bash here
以下是常用命令操作(基本命令同linux)。
git config --global user.name "lum"
git config --global user.email "lum@puchao.com"
git clone http://192.168.1.11:30000/lum/php.git
get add test1.txt
get add mulu/.
git commit -m "add test1"
git push -u origin master