LARA

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
parcon18:git-setup [2018/02/14 17:02]
guillaume
parcon18:git-setup [2018/02/14 17:02]
guillaume
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