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

https://github.com/koppor/git-workshop

Workshop on git
https://github.com/koppor/git-workshop

git-workshop

Last synced: 11 months ago
JSON representation

Workshop on git

Awesome Lists containing this project

README

          

# Git Workshop

This repository aims to provide step-by-step education for a git knowledge required for participation in [FOSS projects](https://en.wikipedia.org/wiki/Free_and_open-source_software) on GitHub.

- German tutorial: [Übungsaufgabe](Übungsaufgabe)
- Source:

It does not replace complete git documentation and books, these can be found at following resources:

* [awesome-git](https://github.com/dictcp/awesome-git) - an awesome list showing the best git resources
* [Git from the bottom-up](https://jwiegley.github.io/git-from-the-bottom-up/)
* [awesome tutorals](https://github.com/dictcp/awesome-git#tutorial)
* Book: [Learn Git in a Month of Lunches](https://www.manning.com/books/learn-git-in-a-month-of-lunches)
* Book: [Version Control with Git](http://shop.oreilly.com/product/0636920022862.do) - contains technical explanations of the inner happenings of git
* [awesome-git-addons](https://github.com/stevemao/awesome-git-addons) - awesome git addons
* [Explanation of HEAD and git reflog](https://stackoverflow.com/a/34519716/873282)
*