Home > sm_prjEpicerie

sm_prjEpicerie

Sm_prjEpicerie is a project mainly written in Java, it's free.

epicerie

Mise en place globale : Téléchargez et installez Git git config --global user.name "Your Name" git config --global user.email [email protected]

Prochaines étapes : mkdir sm_prjEpicerie cd sm_prjEpicerie git init touch README git add README git commit -m 'first commit' git remote add origin [email protected]:funzzy3/sm_prjEpicerie.git git push origin master

Un dépôt Git existant? cd existing_git_repo git remote add origin [email protected]:funzzy3/sm_prjEpicerie.git git push origin master