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

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.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/MarioBlazek/git-workshop.svg?branch=master)](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.*