git_tutorials/readme.md

17 lines
585 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Git软件版本管理工具教程
研发Git工具内部培训教程
## 服务器
用浏览器访问公司Git服务器网址 (孙村或临沂的同事需要先打开PLM的VPN):
http://172.188.24.12:3000/
后面所有涉及到Git服务器的操作都应保证VPN畅通
新用户需要先注册:
- 用户名请使用名字全拼
- 邮箱请使用公司邮箱
## 教程内容
0. [Git环境安装](./Lab0/lab0.md)
1. [创建、修改、暂存和提交](./Lab1/lab1.md)
2. [克隆、拉取、推送](./Lab2/lab2.md)
3. [分支管理](./Lab3/lab3.md)
4. [进阶coming](./)