git的安装与使用

git下载地址:https://git-scm.com/download/win

一路next即可

安装完成后进入 Git Bash

配置仓库名

git config --global user.name "songbo236589"

配置邮箱

git config --global user.email "[email protected]"

扫描二维码关注公众号,回复: 3342244 查看本文章

 

使用git config --list 查看配置是否成功

安装sourcetree

下载完成后可进行安装,具体安装可查看https://blog.csdn.net/shuyuea3/article/details/80722158

猜你喜欢

转载自www.cnblogs.com/songbo236589/p/9698564.html