Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Added a Next Workflow on the git section pages #850

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions novice/git/00-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 2 additions & 0 deletions novice/git/01-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -927,3 +927,5 @@ git init # make the beta sub-directory a Git repository

Why is it a bad idea to do this?
</div>

[Next Lesson : Collaborating](02-collab.html)
2 changes: 2 additions & 0 deletions novice/git/02-collab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
</div>

[Next Lesson : Conflicts](03-conflict.html)
2 changes: 2 additions & 0 deletions novice/git/03-conflict.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
</div>

[Next Lesson : Open Science](04-open.html)