git 学习

1、官网下载git 并安装

2、配置用户信息:(在git bash中执行)

  git config --global user.name '自己的名字'

  git config --global user.email '自己的邮箱'

  git config --list 查看配置信息

3、客户端sourcetree从官网下载

  

原文地址:https://www.cnblogs.com/lyt598/p/10907573.html