Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstropek/git-fundamentals
Material for Git Fundamentals Workshop
https://github.com/rstropek/git-fundamentals
git git-fundamentals github
Last synced: about 19 hours ago
JSON representation
Material for Git Fundamentals Workshop
- Host: GitHub
- URL: https://github.com/rstropek/git-fundamentals
- Owner: rstropek
- License: mit
- Created: 2020-06-21T06:25:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T01:37:28.000Z (over 1 year ago)
- Last Synced: 2023-08-14T08:10:58.558Z (about 1 year ago)
- Topics: git, git-fundamentals, github
- Language: HTML
- Homepage: https://rstropek.github.io/git-fundamentals/
- Size: 10.3 MB
- Stars: 13
- Watchers: 2
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Fundamentals
This repository contains material for the Git Fundamentals Course.
## View Material
* [Open in browser](https://rstropek.github.io/git-fundamentals)
## Hands-on Labs
* [Setting up Your Git Environment](https://github.com/rstropek/git-fundamentals/blob/master/content/labs/0010-setup.md)
* [Building a Website in a Local Repository](https://github.com/rstropek/git-fundamentals/blob/master/content/labs/0020-local-repo.md)
* [Building a Simple Game in a Local Repository](https://github.com/rstropek/git-fundamentals/blob/master/content/labs/0030-tags-stashing.md)
* [Building a Website with GitHub](https://github.com/rstropek/git-fundamentals/blob/master/content/labs/0040-remotes.md)
* [Building a Simple Game with Branching](https://github.com/rstropek/git-fundamentals/blob/master/content/labs/0050-branching.md)
* [Building a Scale Unit Converter](https://github.com/rstropek/git-fundamentals/blob/master/content/labs/0060-pull-request.md)
* [Conflict Demo](https://github.com/rstropek/git-fundamentals/blob/master/content/labs/9010-merge-conflict.md)## Build and Run
* Install [Node.js](https://nodejs.org/en/)
* Clone repository
* Run `npm install` to install dependencies
* Run `npm run build` to build presentation into `dist` folder