https://github.com/richfitz/git-intro
Material for teaching git
https://github.com/richfitz/git-intro
Last synced: 7 months ago
JSON representation
Material for teaching git
- Host: GitHub
- URL: https://github.com/richfitz/git-intro
- Owner: richfitz
- Created: 2016-01-14T11:31:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T14:56:59.000Z (over 3 years ago)
- Last Synced: 2025-01-20T22:54:44.785Z (over 1 year ago)
- Size: 9.73 MB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git intro
## Installation information
[here](installation.md)
## Resources
* [Happy git with R](http://happygitwithr.com) by Jenny Bryan is amazing
* [lessons from last time I taught this](http://nicercode.github.io/2014-02-18-UTS/lessons/70-version-control/) -- material will largely follow this format
* [UBC STAT 545 git instructions](http://stat545-ubc.github.io/git00_index.html)
- especially [introduction to the shell](http://stat545-ubc.github.io/git09_shell.html)
* [Git in practice](https://github.com/GitInPractice/GitInPractice#readme) comes highly recommended, though I have not read it myself
* [Software Carpentry](http://swcarpentry.github.io/git-novice/)'s git lessons
* The [pro git book](https://git-scm.com/documentation) is really nice. If you work through the first 3 chapters you will know 99% of what you need to know.
## Slides
Uses [reveal-md](http://webpro.github.io/reveal-md/) / [reveal.js](http://webpro.github.io/reveal-md/) and I don't know how to generate a standalone version...
```
sudo npm install -g reveal-md
reveal-md slides.md
```