From 7ed8d2dcb482b3f1a7b64f54eaaf1459f1de40d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E8=A7=85?= Date: Thu, 9 Apr 2026 10:36:26 +0800 Subject: [PATCH] first commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a26398 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +### 从命令行创建一个新的仓库 +- git init +- git checkout -b main +- git add . +- git commit -m "first commit" +- git remote add origin https://gitea.vlos.net/jafar.o.jeh/deskflow.git +- git push -u origin main + +### 从命令行推送已经创建的仓库 +- git remote add origin https://gitea.vlos.net/jafar.o.jeh/deskflow.git +- git push -u origin main \ No newline at end of file