https://github.com/marioblazek/git-workshop
Git workshop repository to sharpen your git skills.
https://github.com/marioblazek/git-workshop
git github hacktoberfest learning-git learning-github no-gui
Last synced: 8 months ago
JSON representation
Git workshop repository to sharpen your git skills.
- Host: GitHub
- URL: https://github.com/marioblazek/git-workshop
- Owner: MarioBlazek
- Created: 2019-10-01T11:42:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T12:43:29.000Z (over 5 years ago)
- Last Synced: 2025-04-08T01:42:24.078Z (9 months ago)
- Topics: git, github, hacktoberfest, learning-git, learning-github, no-gui
- Language: PHP
- Homepage: https://github.com/MarioBlazek/git-workshop
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/MarioBlazek/git-workshop)
# Git workshop
Netgen's internal Git workshop.
This workshop is highly influenced by the [Hacktoberfest](https://hacktoberfest.digitalocean.com/) challenge. It is going to teach you how to collaborate on a central repository.
#### Topics
- Basics
- Branching
- Merging
- Rebasing
- Rewriting history
- Configuration
- Github flow
Usage of Git GUI tools is strictly forbidden. Checkout the [assignments](assignments/00-introduction.md) section.
Resources for this workshop are mostly taken from the [Git Book](https://git-scm.com/book/en/v2)
by Scott Chacon and Ben Straub and [Atlassian Git tutorials](https://www.atlassian.com/git/tutorials).
*Note: This is designed to be used as guided classroom workshop material, and not as self study guide.*