关于git的安装配置以及使用 - zjllay/work-notes GitHub Wiki
windows安装git
1、安装路径:windows需要在网上下载安装包即可 2、安装配置网址(https://www.cnblogs.com/joyang/p/4922441.html)
- 江丽@MIIT-20170724TB MINGW64 ~
- $ git config --global user.name tomoe
- 江丽@MIIT-20170724TB MINGW64 ~
- $ git config --global user.email [email protected]
git的学习网址
更换git的目录
- 找到git bash的安装目录,右键“属性”,
- 将“目录”后面输入框中命令结尾部分去掉,即删掉“--cd-to-home”。
- 将“起始位置”后面的输入框中的内容修改为我们想要的默认路径“D:\android_workspace”(注意:这个路径是根据你自己代码工程的位置而定的)修改完毕后,点击确定,重新打开git bash