File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## git/github guide: Karl's practical tutorial
1+ ## git/github guide: Karl's minimal tutorial
22
33All statistical/computational scientists should use
44[ git] ( http://git-scm.com ) and [ github] ( http://github.com ) , but it can be
55hard 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+
710View the thing [ here] ( http://kbroman.github.io/github_tutorial ) .
811
912The source is in branch gh_pages.
Original file line number Diff line number Diff line change 11---
22layout : page
33title : git/github guide
4- tagline : Karl's practical tutorial
4+ tagline : Karl's minimal tutorial
55---
66
77All statistical/computational scientists should use
88[ git] ( http://git-scm.com ) and [ github] ( http://github.com ) , but it can be
99hard 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
2325I love git and github. I
2426use both for keeping track of programming projects, papers, talks, and
You can’t perform that action at this time.
0 commit comments