Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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