https://github.com/maehler/git-presentation
An introduction to Git
https://github.com/maehler/git-presentation
git presentation
Last synced: 9 months ago
JSON representation
An introduction to Git
- Host: GitHub
- URL: https://github.com/maehler/git-presentation
- Owner: maehler
- Created: 2017-03-31T04:39:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T13:45:28.000Z (over 9 years ago)
- Last Synced: 2025-01-30T19:47:58.961Z (over 1 year ago)
- Topics: git, presentation
- Language: HTML
- Size: 1020 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An introduction to Git
This presentation was written for a technical seminar at the [Umeå Plant Science Centre](https://www.upsc.se).
## Get this presentation
```
git clone https://github.com/maehler/git-presentation.git
```
Ironically enough, this repository contains submodules, but they are never mentioned in the presentation. If you want to view the rendered presentation these have to be loaded by running the following commands after cloning:
```
git submodule init
git submodule update
```
or by simply cloning the repository recursively in the first place:
```
git clone --recursive https://github.com/maehler/git-presentation.git
```