demo/README.md

46 lines
921 B
Java
Raw Normal View History

2022-07-07 02:24:54 +00:00
# git使
## **1.**
2022-07-07 02:28:00 +00:00
**http://git-scm.com/downloads**
2022-07-07 02:19:06 +00:00
2022-07-07 02:24:54 +00:00
## 2.
2022-07-07 09:22:03 +00:00
**git config --global user.name "JiangXiuyu" /*配置用户名称 global 代表优先级中级*/**
2022-07-07 02:25:38 +00:00
2022-07-07 09:03:31 +00:00
**git config --global user.email "422334010@qq.com" /*配置邮箱*/**
2022-07-07 02:25:38 +00:00
2022-07-07 02:28:00 +00:00
**git config --global user.password 123456 /*配置密码*/**
2022-07-07 02:24:54 +00:00
## 3.
2022-07-07 02:28:00 +00:00
**git config --list /*信息*/**
2022-07-07 02:24:54 +00:00
## 4.
2022-07-07 02:19:06 +00:00
2022-07-07 02:28:00 +00:00
**git clone http://192.168.1.138:2700/JiangXiuyu/test.git /*克隆*/**
2022-07-07 02:19:06 +00:00
2022-07-07 02:24:54 +00:00
## 5.
2022-07-07 02:19:06 +00:00
2022-07-07 02:28:00 +00:00
** git add 使()**
2022-07-07 02:25:38 +00:00
2022-07-07 02:28:00 +00:00
**git commit 使**
2022-07-07 02:25:38 +00:00
2022-07-07 03:24:56 +00:00
**push/clone 使**
2022-07-07 02:19:06 +00:00
2022-07-07 02:44:13 +00:00
## 6.
2022-07-07 02:19:06 +00:00
2022-07-07 02:44:13 +00:00
git
2022-07-07 02:19:06 +00:00
2022-07-07 02:44:13 +00:00
https://www.runoob.com/git/git-tutorial.html
(<command>,)
git help <command>
git <command> -h
git <command> --help