Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 415 Bytes

Bienvenue sur Github du Jeu de l'Oie !

Get started

Install git-ftp

git clone [email protected]:maelclemence/JDLwebsite.git
cd JDLwebsite/

# Setup
git config git-ftp.url "www.jeudeloie.ch"
git config git-ftp.user "jdl"
git config git-ftp.password "pswd"

# Upload all files
git ftp init

# Or if the files are already there
git ftp catchup