Skip to content

Commit a22a4a4

Browse files
committed
Add description to each page
1 parent e2bee5c commit a22a4a4

12 files changed

Lines changed: 12 additions & 0 deletions

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: page
33
title: git/github guide
44
tagline: a minimal tutorial
5+
description: Git/GitHub Guide: a minimal tutorial
56
---
67

78
All statistical/computational scientists should use

pages/amend_commit_msg.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: Amend the last commit message
4+
description: Git/GitHub Guide: amend the last commit message
45
---
56

67
“Oops! That last commit message was screwed up.

pages/branching.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: Branching and merging
4+
description: Git/GitHub Guide: branching and merging
45
---
56

67
I touched on just a few things about git. Get yourself going with git and

pages/exploring_code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: Exploring code and its history
4+
description: Git/GitHub Guide: exploring code and its history
45
---
56

67
For my own repositories, I like to use [gitx](http://gitx.frim.nl/) on

pages/first_time.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: Your first time with git and github
4+
description: Git/GitHub Guide: initial setup
45
---
56

67
If you've never used git or github before, there are a bunch of things

pages/fork.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: Contribute to someone's repository
4+
description: Git/GitHub Guide: contributing to someone's repository
45
---
56

67
Say you want to contribute changes to someone else's repository (eg,

pages/init.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: Start a new git repository
4+
description: Git/GitHub Guide: creating a new git repository
45
---
56

67
Your first instinct, when you start to do something new, should be

pages/merge_conflicts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: Handling merge conflicts
4+
description: Git/GitHub Guide: handling merge conflicts
45
---
56

67
One of the best features of [git](http://git-scm.com) is its ability

pages/resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: git/github resources
4+
description: Git/GitHub Guide: resources page
45
---
56

67
This tutorial is minimal. It's probably considerably less than

pages/routine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
title: Routine use of git and github
4+
description: Git/GitHub Guide: day-to-day use
45
---
56

67
The routine use of [git](http://git-scm.com) involves just a few commands:

0 commit comments

Comments
 (0)