Thibaut Démare
LITIS - Université du Havre
February 8th, 2016
Git has been designed by the man behind Linux to provide solutions to these problems.
git initit is used to create a new repository.git clone an_existing_repositoryit is used to create locally a repository from an existing but distant one.git statusIt is used to list files which have changed.git add file_nameit is used to add a file to a future commit.git commit -m "your commit message"it is used to confirm the modifications applied to your files.git pullIt is used to get the modifications published by other.git pushit is used to publish your own modifications and make them available to your co-workers.
thibaut.demare@univ-lehavre.fr