visual studio2015使用git管理源代码

1、注册https://git.oschina.net/

2、注册好后,创建一个测试项目,如下图:

visual studio2015使用git管理源代码

点击创建,如下:

visual studio2015使用git管理源代码

上面的红框中的地址下面会用到。

3、git初始化设置

在本地电脑要安装git,打开git命令行输入框,输入下面两句:

git config --global user.name “你的姓名”
git config --global user.email ”你的邮箱“ 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgwfxx.html