5 Commits

Author SHA1 Message Date
e0e220992d 刪除 maintenance.html 2025-09-17 15:20:45 +08:00
754985d11c 刪除 index.html 2025-09-17 15:20:33 +08:00
d6ee58fceb 上傳檔案到「templates」 2025-09-17 15:20:01 +08:00
322f9da188 上傳檔案到「/」 2025-09-17 15:19:32 +08:00
314474a682 上傳檔案到「/」
-- 指定專案資料夾
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
2025-09-17 15:18:20 +08:00