@@ -585,14 +585,12 @@ <h3 id="make-a-commit-3">Make a commit</h3>
585585</ section >
586586< section class ="slide level2 ">
587587
588- < h3 id ="first-time-to-push-your-changes "> First time to push your changes</ h3 >
589- < p > TODO-Thierry: check if this is correct</ p >
588+ < h3 id ="push-the-changes-to-github "> Push the changes to GitHub</ h3 >
590589< ol type ="1 ">
591- < li > Go to < code > Tools > Shell </ code > to open the Git Shell </ li >
592- < li > Type < code > git push -u origin < /code > </ li >
590+ < li > Note that the < code > git </ code > pane displays < em > your branch is ahead of ‘origin/master’ by 2 commits </ em > </ li >
591+ < li > Click < code > push</ code > in the < code > git < /code > pane </ li >
593592</ ol >
594- < p > After this first time, you can just click < code > push</ code > </ p >
595- < p > TODO-Thierry: screenshot</ p >
593+ < p > < img src ="manual-git/push-rstudio1.png " alt ="Push " /> </ p >
596594</ section >
597595< section class ="slide level2 ">
598596
@@ -701,6 +699,17 @@ <h3 id="effect-of-changing-switching-branches">Effect of changing switching bran
701699</ section >
702700< section class ="slide level2 ">
703701
702+ < h3 id ="first-push-of-a-new-branch "> First push of a new branch</ h3 >
703+ < p > TODO-Thierry: check if this is correct</ p >
704+ < ol type ="1 ">
705+ < li > Go to < code > Tools > Shell</ code > to open the Git Shell</ li >
706+ < li > Type < code > git push -u origin</ code > </ li >
707+ </ ol >
708+ < p > After this first time, you can just click < code > push</ code > </ p >
709+ < p > TODO-Thierry: screenshot</ p >
710+ </ section >
711+ < section class ="slide level2 ">
712+
704713< h3 id ="create-a-pull-request-to-include-your-work "> Create a pull request to include your work</ h3 >
705714< ol type ="1 ">
706715< li > Click < code > push</ code > </ li >
0 commit comments