Explorar el Código

Update 'project/pull_master/README.md'

Pierre-Yves Barriat hace 7 años
padre
commit
dcc9227b07
Se han modificado 1 ficheros con 27 adiciones y 1 borrados
  1. 27 1
      project/pull_master/README.md

+ 27 - 1
project/pull_master/README.md

@@ -1 +1,27 @@
-.
+# Pull master changes
+
+Once the project coordinator has accepted all pull requests, there is a new version of the software in the master branch. It greets you in many languages and this is preety cool, you might want to update to it.
+
+## Exercise 13 - Update master branch
+
+Following instruction from [Exercise 10 – Checkout a branch from Git_Training project](http://www.climate.be:3000/TECLIM/Git_Training/_edit/master/project/review), checkout the master branch.
+
+```
+git checkout master
+```
+
+To update master branch (previously checked out) you can use:
+
+#### git pull
+
+```
+git pull origin master
+```
+
+## Exercise 14 – Run final version
+
+Now you can test final `run.sh` and see the greetings in many languages !
+
+```
+bash run.sh
+```