上傳檔案到「/」
-- 指定專案資料夾 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
This commit is contained in:
6
DB_connection.txt
Normal file
6
DB_connection.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
資料庫資訊:
|
||||
DB_HOST = mysql.theaken.com
|
||||
DB_PORT = 33306
|
||||
DB_NAME = db_A019
|
||||
DB_USER = A019
|
||||
DB_PASSWORD = 9wvKEkxBzVca
|
Reference in New Issue
Block a user