Refers to #20 - useRs will prefer to use git in RStudio. I expect that a large number of INBO git users will be useRs - suggesting vim as editor is rather evil - I'd start teaching based on user workflow maximising the use of the GUI in favor of the command line when the workflow permits - RStudio workflow for useRs - GitHub desktop for non R users - pure command line for code junkies - I'd create pull requests only online - update local master via `git pull` instead of `git fetch + merge` - mention the `alias` only in the code junkie workflow. It is distracting for the beginners. - RStudio allows you to commit a selection of changes in a file. That is handy to split changes over several commits. - recommend a branching scheme depending on the complexity of the project.
Refers to #20
git pullinstead ofgit fetch + mergealiasonly in the code junkie workflow. It is distracting for the beginners.