Skip to content

Commit 63023dc

Browse files
committed
practical -> minimal
1 parent 9ce90db commit 63023dc

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
## git/github guide: Karl's practical tutorial
1+
## git/github guide: Karl's minimal tutorial
22

33
All statistical/computational scientists should use
44
[git](http://git-scm.com) and [github](http://github.com), but it can be
55
hard to get started. I hope these pages help.
66

7+
There are many resources for git and github; my aim is to provide the
8+
minimal guide to get started.
9+
710
View the thing [here](http://kbroman.github.io/github_tutorial).
811

912
The source is in branch gh_pages.

index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
---
22
layout: page
33
title: git/github guide
4-
tagline: Karl's practical tutorial
4+
tagline: Karl's minimal tutorial
55
---
66

77
All statistical/computational scientists should use
88
[git](http://git-scm.com) and [github](http://github.com), but it can be
99
hard to get started. I hope these pages help. (More blather below.)
1010

11+
There are many resources for git and github; my aim is to provide the
12+
minimal guide to get started.
13+
14+
- Why?
1115
- [Your first time](pages/first_time.html): get account; set up ssh
1216
- Typical use: add, commit, push
1317
- Start new repository: from scratch; using current project
1418
- [Contribute to someone's repository](pages/fork.html)
1519
- I want to fix a bug in someone's project
1620
- A package I'm using has a bug but I can't figure out how to fix it
1721
- Oops; that last commit message was wrong
18-
- Exploring what I've done
19-
- R packages
20-
- Markdown
21-
- Song of github
22+
- Exploring the code and its history
23+
- Resources
2224

2325
I love git and github. I
2426
use both for keeping track of programming projects, papers, talks, and

0 commit comments

Comments
 (0)