314474a682011cc4c3c3271e4af6fb5b34d54f8d
-- 指定專案資料夾 cd /employee_votes -- gitea 初始化 git init -- 建立註解 git add . git commit -m "Initial commit" -- 切換到 main 分支 git branch -M main -- 上傳檔案到 gitea git remote add origin https://github.com/91771/<REPO>.git git push -u origin main
Description
員工訂餐
Languages
Python
55.6%
HTML
44.4%