Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lennerd/git-for-beginners
Thesis project, explorable explanation and tutorial for learning Git.
https://github.com/lennerd/git-for-beginners
explorable-explanations git tutorial
Last synced: 3 days ago
JSON representation
Thesis project, explorable explanation and tutorial for learning Git.
- Host: GitHub
- URL: https://github.com/lennerd/git-for-beginners
- Owner: lennerd
- License: apache-2.0
- Created: 2017-12-16T08:31:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T02:31:00.000Z (over 6 years ago)
- Last Synced: 2024-08-01T12:32:45.912Z (3 months ago)
- Topics: explorable-explanations, git, tutorial
- Language: JavaScript
- Homepage: https://lennerd.github.io/git-for-beginners/
- Size: 35.2 MB
- Stars: 24
- Watchers: 1
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - lennerd/git-for-beginners - Thesis project, explorable explanation and tutorial for learning Git. (git)
README
# Git for Beginners
Explorable explanation and web tutorial for learning versioning with Git.
Prototype: [lennerd.github.io/git-for-beginners](https://lennerd.github.io/git-for-beginners/)
Bachelor thesis: [“Git for Beginners” (PDF, German)](https://fhp.incom.org/action/open-file/269690)![Git for Beginners, Screencast](git-for-beginners.gif)
This early prototype is part of my bachelor thesis “Git for Beginners” conducted in winter 2017.
> Vermittlung von komplexen Themen mit Hilfe von interaktiven Web-Tutorials am Beispiel der Versionierung mit Git
This prototype was bootstrapped with
[Create React App](https://github.com/facebookincubator/create-react-app).## Available Scripts
Once downloaded or cloned to the local computer in the project directory you can run:
### `yarn install`
Installs all the dependencies.
### `yarn start`
Runs the tutorial in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `yarn build`
Builds the tutorial for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!### `yarn deploy`
Builds and deploys a new version of the tutorial into `gh-pages`.
The new version is accessible via
[lennerd.github.io/git-for-beginners/](https://lennerd.github.io/git-for-beginners/).