Explorable explanation and web tutorial for learning versioning with Git.
Prototype: lennerd.github.io/git-for-beginners
Bachelor thesis: “Git for Beginners” (PDF, German)
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.
Once downloaded or cloned to the local computer in the project directory you can run:
Installs all the dependencies.
Runs the tutorial in the development mode.
Open 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.
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!
Builds and deploys a new version of the tutorial into gh-pages
.
The new version is accessible via
lennerd.github.io/git-for-beginners/.