GIT安装GUI

官方git下载地址:https://git-scm.com/downloads

1、查看git版本

git --version

2、配置全部信息

git config --global user.name tuboshu
git config --global user.email 577354805@qq.com

3、查看配置信息

git config --global -e

image

image
https://testchenyong@gitee.com/testchenyong/my_git.git

posted @ 2022-12-19 19:10  NiceTwocu  阅读(155)  评论(0编辑  收藏  举报