测试仓库
Go to file
JiangXiuyu a89344e3cd update 2022-07-07 10:20:20 +08:00
README.md update 2022-07-07 10:20:20 +08:00
test1.c update 2022-07-07 09:51:38 +08:00
test2.c update 2022-07-07 10:02:52 +08:00

README.md

1.安装 http://git-scm.com/downloads

2.登录 git config --global user.name "JiangXiuyu" git config --global user.email "422334010@qq.com" git config --global user.password 123456

3.查看信息 git cofig --list

4.克隆 git clone http://192.168.1.138:2700/JiangXiuyu/test.git

5.维护 ① git add 使用(上传暂存区) ②git commit 使用(上传版本库) ③push/pull 使用(与平台服务器交互)