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

101 B

readme.md

Git Command Demo

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