核心提示:1.从https://msysgit.github.io/下载2.在开始菜单?里找到Git-Git Bash,3.安装完成后,还需要最后?一步设置,在命令?行输?入:$ git config --gl...
1.从https://msysgit.github.io/下载
2.在开始菜单?里找到“Git”->“Git Bash”,
3.安装完成后,还需要最后?一步设置,在命令?行输?入:
$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"
4.$ git init
5.$ git add 文件名
6.$ git commit -m “第一添加备注”
7.$ git log