This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lovecoding
/
VIP32
Suivre
10
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
8305a59d9a
Branches
Tags
master
VIP32
/
git文件
/
1.简介.md
1.简介.md
339 B
Historique
Raw
git 分布式版本管理工具
文件备份,便携开发,代码追责
安装git
https://git-scm.com/downloads
git init 初始化
git config --list 查看本地目录
解决加载问题 wq
设置全局用户名 git config --global user.name 'aaa'
设置全局邮箱 git config --global user.email xxxxxxxx