{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# R2. Git/Github tips and traps" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "For the purposes of this material, it is assumed that the you have read through [Lesson 2](../../lessons/02/index.rst). We'll start by reviewing some of these concepts and then covering some simple tricks to prevent a whole host of headaches in using GitHub within your groups. The bulk of this lesson, however, will extend on these materials. Specifically, we cover **merging**, including using [jupytext](https://github.com/mwouts/jupytext) to deal with the oddities of performing these operations on notebooks. If you are looking for a more in-depth tutorial on various Git concepts, reference this tutorial from [software carpentry](http://swcarpentry.github.io/git-novice/). The goal for today is to get you comfortable with git. \n", "\n", "We will also do a quick tutorial of GitHub with Google Colab and talk about the beauty and dangers of this feature.\n", "\n", "