git-command-list/readme.md
2024-08-28 15:01:32 +08:00

7 lines
101 B
Markdown

## readme.md
## Git Command Demo
1. git init
2. ```git add *.c```
3. git commit -m "初始化项目版本"