Home
Cedric Hansen editou esta páxina %!s(int64=3) %!d(string=hai) anos

Bienvenue sur le Wiki !

Créer un nouveau dépôt en ligne de commande

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://git.hansen.tl/cedric/prestashop_ynh.git
git push -u origin master

Soumettre un dépôt existant par ligne de commande

git remote add origin https://git.hansen.tl/cedric/prestashop_ynh.git
git push -u origin master