demo for git command
Go to file
2024-08-28 15:01:32 +08:00
readme.md 初始化版本 2024-08-28 15:01:32 +08:00

readme.md

Git Command Demo

  1. git init
  2. git add *.c
  3. git commit -m "初始化项目版本"