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
- Host: GitHub
- URL: https://github.com/koppor/git-workshop
- Owner: koppor
- License: other
- Created: 2017-07-05T17:38:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T06:09:14.000Z (about 9 years ago)
- Last Synced: 2025-06-01T07:51:08.628Z (about 1 year ago)
- Topics: git-workshop
- Homepage: https://koppor.github.io/git-workshop/
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)
*