From abd1ebb8f34359732f055c5c88ddd2eda8e23e68 Mon Sep 17 00:00:00 2001 From: Olivier Lafleur Date: Mon, 10 Nov 2014 14:13:49 -0500 Subject: [PATCH] Added a Next Workflow on the git section pages --- novice/git/00-intro.md | 2 ++ novice/git/01-backup.md | 2 ++ novice/git/02-collab.md | 2 ++ novice/git/03-conflict.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/novice/git/00-intro.md b/novice/git/00-intro.md index 308d130d7..80639674f 100644 --- a/novice/git/00-intro.md +++ b/novice/git/00-intro.md @@ -50,3 +50,5 @@ and because of a hosting site called [GitHub](http://github.com). No matter which version control system you use, the most important thing to learn is not the details of their more obscure commands, but the workflow that they encourage. + +[Next Lesson : A Better Kind of Backup](01-backup.html) diff --git a/novice/git/01-backup.md b/novice/git/01-backup.md index dc97b4e92..5c616fc4a 100644 --- a/novice/git/01-backup.md +++ b/novice/git/01-backup.md @@ -927,3 +927,5 @@ git init # make the beta sub-directory a Git repository Why is it a bad idea to do this? + +[Next Lesson : Collaborating](02-collab.html) diff --git a/novice/git/02-collab.md b/novice/git/02-collab.md index 7927eda8c..8bfa73e72 100644 --- a/novice/git/02-collab.md +++ b/novice/git/02-collab.md @@ -311,3 +311,5 @@ push those changes to GitHub, and then look at the [timestamp](../../gloss.html#timestamp) of the change on GitHub. How does GitHub record times, and why? + +[Next Lesson : Conflicts](03-conflict.html) diff --git a/novice/git/03-conflict.md b/novice/git/03-conflict.md index 5a480b56b..39cc10d13 100644 --- a/novice/git/03-conflict.md +++ b/novice/git/03-conflict.md @@ -311,3 +311,5 @@ What does Git do when there is a conflict in an image or some other non-textual file that is stored in version control? + +[Next Lesson : Open Science](04-open.html)