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

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

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!