Skip to content

Commit 85f7e58

Browse files
committed
Swap order of further reading and example repositories
I think the progression from a quick reference for Git, to manuals and tutorials for Git, to examples of Git being used in the wild, is more logical: that way, the scope broadens out the further down the page you go. Relates to #187.
1 parent c5c56c2 commit 85f7e58

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

learners/reference.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ Git cheat sheet handouts:
7878
`git remote add origin`
7979
: add a remote repository named 'origin', to upload changes to or download changes from
8080

81+
## Further reading
82+
83+
- The [help pages](https://help.github.com/) of GitHub are a good place to start.
84+
- GitHub has '[activities](https://guides.github.com/activities/hello-world/)' which aim to explain how git works.
85+
- GitHub also has interactive tutorials for their [online version (GitHub Skills)](https://skills.github.com/) and for [using Git offline (Git-It)](https://github.com/jlord/git-it-electron#git-it-desktop-app).
86+
- Atlassian has in-depth but clear [tutorials](https://www.atlassian.com/git/tutorials) on using git.
87+
- [Code4Lib 2008 lightning talk – Git and distributed cataloging](https://galencharlton.com/blog/2008/03/code4lib-2008-lightning-talk-git-and-distributed-cataloging/): Slides by Galen Charlton drawing parallels between how git works and how cataloging should work.
88+
8189
## Useful library-related Git repositories
8290

8391
- [DavidChouinard/mrc\_to\_csv](https://github.com/DavidChouinard/mrc_to_csv): Python script for converting MARC21 files to CSV, originally designed for the Harvard Libraries MARC21 records.
@@ -99,11 +107,3 @@ Git cheat sheet handouts:
99107
- Rendered book: [Opening Science](https://www.openingscience.org/get-the-book/)
100108
- [programminghistorian/jekyll](https://github.com/programminghistorian/jekyll): A collection of lessons useful to historians and people working in libraries, maintained as Markdown files and hosted by GitHub Pages.
101109
- Rendered site: [Programming Historian](https://programminghistorian.org)
102-
103-
## Further reading
104-
105-
- The [help pages](https://help.github.com/) of GitHub are a good place to start.
106-
- GitHub has '[activities](https://guides.github.com/activities/hello-world/)' which aim to explain how git works.
107-
- GitHub also has interactive tutorials for their [online version (GitHub Skills)](https://skills.github.com/) and for [using Git offline (Git-It)](https://github.com/jlord/git-it-electron#git-it-desktop-app).
108-
- Atlassian has in-depth but clear [tutorials](https://www.atlassian.com/git/tutorials) on using git.
109-
- [Code4Lib 2008 lightning talk – Git and distributed cataloging](https://galencharlton.com/blog/2008/03/code4lib-2008-lightning-talk-git-and-distributed-cataloging/): Slides by Galen Charlton drawing parallels between how git works and how cataloging should work.

0 commit comments

Comments
 (0)