first commit

This commit is contained in:
林觅
2026-04-09 10:36:26 +08:00
commit 7ed8d2dcb4

11
README.md Normal file
View File

@@ -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