https://github.com/funkeyfreak/progit-notebook
This repository provides a jupyter notebook version of Scott Chacon and Ben Straub's git resource Pro Git
https://github.com/funkeyfreak/progit-notebook
Last synced: over 1 year ago
JSON representation
This repository provides a jupyter notebook version of Scott Chacon and Ben Straub's git resource Pro Git
- Host: GitHub
- URL: https://github.com/funkeyfreak/progit-notebook
- Owner: funkeyfreak
- License: apache-2.0
- Created: 2019-09-12T23:20:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T15:36:22.000Z (almost 7 years ago)
- Last Synced: 2025-02-02T15:33:36.970Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 8.38 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Binder][binder]][binder-repo-url]
[![Mergify Status][mergify-status]][mergify]
[binder]: https://mybinder.org/badge_logo.svg
[binder-repo-url]: https://mybinder.org/v2/gh/funkeyfreak/progit-notebook/master?urlpath=lab
[mergify]: https://mergify.io
[mergify-status]: https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/funkeyfreak/progit-notebook&style=flat
# Welcome
Welcome to Git Good: a collection of interactive tutorials centered on git usability.
## Getting Started
select the root-folder you would like to interact with, e.g. git-good-git-basics.
Inside each folder, there are numbered and non-numbered folders.
* Numbered folders must be executed in numerical order (1_\*.ipynb, 2_\*.ipynb), etc
* Non-numbered folders can be executed in any order
Please continue into the folder of your choosing to get started!