You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: learners/reference.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,14 @@ Git cheat sheet handouts:
78
78
`git remote add origin`
79
79
: add a remote repository named 'origin', to upload changes to or download changes from
80
80
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
+
81
89
## Useful library-related Git repositories
82
90
83
91
-[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.
-[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.
- 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