From 987f0966fce4e1d552588a97d8b8742ab10f451d Mon Sep 17 00:00:00 2001 From: terryLP Date: Wed, 28 Aug 2024 15:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..3aecc65 --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +## readme.md + +## Git Command Demo +1. git init +2. ```git add *.c``` +3. git commit -m "初始化项目版本"