update
parent
f939f39dc6
commit
38607d33b9
15
README.md
15
README.md
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
## 2.登录
|
## 2.登录
|
||||||
|
|
||||||
**git config --global user.name "JiangXiuyu" /*配置用户名称*/**
|
**git config --global user.name "JiangXiuyu" /*配置用户名称*/** **/*global 代表优先级中级*/**
|
||||||
|
|
||||||
**git config --global user.email "422334010@qq.com" /*配置邮箱*/**
|
**git config --global user.email "422334010@qq.com" /*配置邮箱*/**
|
||||||
|
|
||||||
|
@ -28,5 +28,18 @@
|
||||||
|
|
||||||
**③push/pull 使用(与平台服务器交互)**
|
**③push/pull 使用(与平台服务器交互)**
|
||||||
|
|
||||||
|
## 6.其他
|
||||||
|
|
||||||
|
想学习或了解git功能可以去网上查阅
|
||||||
|
|
||||||
|
教程推荐: https://www.runoob.com/git/git-tutorial.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
想查看某个命令的文档,可以通过下面任意一个指令查看(<command>,你要查的命令)
|
||||||
|
|
||||||
|
git help <command>
|
||||||
|
|
||||||
|
git <command> -h
|
||||||
|
|
||||||
|
git <command> --help
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 173 KiB |
Loading…
Reference in New Issue