7ed8d2dcb482b3f1a7b64f54eaaf1459f1de40d8
从命令行创建一个新的仓库
- 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
Description
Languages
JavaScript
83.4%
Python
15%
HTML
1.3%
Jupyter Notebook
0.2%
CSS
0.1%