LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
parcon18:git-setup [2018/02/14 17:02]
guillaume
parcon18:git-setup [2018/02/21 15:53]
romain
Line 11: Line 11:
  
   cd /​path/​to/​where/​i/​want/​my/​projects/​to/​be   cd /​path/​to/​where/​i/​want/​my/​projects/​to/​be
-  git clone git@larasrv13.epfl.ch:​parcon18-groupYY projectXX+  git clone git@larasrv13.epfl.ch:​parcon2018-groupYY projectXX
   cd projectXX   cd projectXX
   git checkout -b projectXX   git checkout -b projectXX
Line 42: Line 42:
 Once you have a version of your code you want to test and/or deliver on the grading website, issue the following commands: Once you have a version of your code you want to test and/or deliver on the grading website, issue the following commands:
  
-  git commit -a -m "​MESSAGE"​+  git commit -am "​MESSAGE"​
   git push origin projectXX   git push origin projectXX