|
27 | 27 | "- Have the confidence to learn more advanced features of Git and GitHub as required for their work, such as working with branches and pull requests.\n",
|
28 | 28 | "\n",
|
29 | 29 | "\n",
|
30 |
| - "## Pre-requisite Knowledge\n", |
| 30 | + "## Pre-requisites\n", |
31 | 31 | "\n",
|
32 |
| - "A willingness to work with Git and GitHub in a hands-on way throughout the sessions.\n", |
| 32 | + "Familiarity of working at a Unix command line (e.g. Apple Terminal, a terminal running Bash) is helpful but not essential. A good introduction to this topic more generally can be found at the sister course - *Introduction to Unix*.\n", |
33 | 33 | "\n",
|
34 |
| - "Basic familiarity of working at a Unix command line (e.g. Apple Terminal, a terminal running Bash) is helpful but not essential. We have included a cheat sheet on basic commands that will be useful for this course on the resources page. A good introduction to this topic more generally can be found at the sister course Introduction to Unix Shell.\n", |
35 |
| - "\n", |
36 |
| - "Version control systems are primarily used for source code development, so experience writing some code (e.g. R, Python, LaTeX, bash scripts, C,…) is helpful though not essential.\n", |
| 34 | + "Version control systems are primarily used for source code development, so experience writing some code (e.g. R, Python, LaTeX, bash scripts, C,…) is helpful, though not essential.\n", |
37 | 35 | "\n",
|
38 | 36 | "\n",
|
39 | 37 | "## Installation Guide \n",
|
40 | 38 | "\n",
|
| 39 | + "All CfRR courses require attendees to use their own computer/laptop to follow workshop activities and take effective notes. \n", |
| 40 | + "\n", |
41 | 41 | "\n",
|
42 | 42 | "In order to fully participate in this course, you should make sure you\n",
|
43 | 43 | "have the following in place **before** the first workshop, with each step described below.\n",
|
|
57 | 57 | "administrative privileges. If you need support due to not having these\n",
|
58 | 58 | "privileges on your computer then please contact the University's IT department._\n",
|
59 | 59 | "\n",
|
60 |
| - "For those struggling to install the required software or sign up to GitHub,\n", |
61 |
| - "there will be an opportunity to get support from the course organisers in drop-in\n", |
62 |
| - "sessions shortly before the start of the course. The time available in these\n", |
63 |
| - "sessions is limited, so please only attend if you have already tried following the\n", |
64 |
| - "instructions below.\n", |
65 |
| - "\n", |
66 | 60 | "\n",
|
67 | 61 | "### Installing Git\n",
|
68 | 62 | "\n",
|
|
89 | 83 | "\n",
|
90 | 84 | " then Git is not installed.\n",
|
91 | 85 | "\n",
|
92 |
| - "If you don't have Git installed then you will need install it. Instructions and\n", |
| 86 | + "If you don't have Git installed then you will need to install it. Instructions and\n", |
93 | 87 | "recommended sources for doing this are provided below, according to operating\n",
|
94 | 88 | "systems.\n",
|
95 | 89 | "\n",
|
|
182 | 176 | "\n",
|
183 | 177 | "This course has been adapted from Software Carpentry's\n",
|
184 | 178 | "<a href=\"https://swcarpentry.github.io/git-novice/\" target=\"_blank\" rel=\"external noreferrer\">Version Control with Git</a>\n",
|
185 |
| - "course [[^1]] (retrieved from <a href=\"https://swcarpentry.github.io/git-novice/\" target=\"_blank\" rel=\"external noreferrer\">https://swcarpentry.github.io/git-novice/</a>\n", |
| 179 | + "course [1] (retrieved from <a href=\"https://swcarpentry.github.io/git-novice/\" target=\"_blank\" rel=\"external noreferrer\">https://swcarpentry.github.io/git-novice/</a>\n", |
186 | 180 | "and <a href=\"http://erdavenport.github.io/git-lessons/10-branching.html\" target=\"_blank\" rel=\"external noreferrer\">http://erdavenport.github.io/git-lessons/10-branching.html</a>), which is © <a href=\"https://software-carpentry.org/\" target=\"_blank\" rel=\"external noreferrer\">Software Carpentry</a> and licensed\n",
|
187 | 181 | "under <a href=\"https://creativecommons.org/licenses/by/4.0/\" target=\"_blank\" rel=\"external noreferrer\">Creative Commons BY 4.0</a>.\n",
|
188 | 182 | "Changes have been made from the original content.\n",
|
189 | 183 | "\n",
|
190 | 184 | "\n",
|
191 | 185 | "### References\n",
|
192 | 186 | "\n",
|
193 |
| - "[^1]: Ivan Gonzalez; Daisie Huang; Nima Hejazi; Katherine Koziar; \n", |
194 |
| - " Madicken Munk (eds): \"Software Carpentry: Version Control with Git.\" \n", |
195 |
| - " Version 2019.06.1, July 2019,\n", |
196 |
| - " <a href=\"https://github.com/swcarpentry/git-novice\">https://github.com/swcarpentry/git-novice</a>,\n", |
197 |
| - " 10.5281/zenodo.3264950\n", |
| 187 | + "[1] Ivan Gonzalez; Daisie Huang; Nima Hejazi; Katherine Koziar; Madicken Munk (eds): \"Software Carpentry: Version Control with Git.\" Version 2019.06.1, July 2019, <a href=\"https://github.com/swcarpentry/git-novice\">https://github.com/swcarpentry/git-novice</a>, 10.5281/zenodo.3264950\n", |
198 | 188 | " \n",
|
199 | 189 | "## Developers\n",
|
200 | 190 | "\n",
|
|
0 commit comments