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

https://github.com/ssciwr/git-rebase-xkcd-example

A demonstrator repository for git rebase
https://github.com/ssciwr/git-rebase-xkcd-example

Last synced: 8 months ago
JSON representation

A demonstrator repository for git rebase

Awesome Lists containing this project

README

          

# Git Rebase demonstrator repository

There is no better explanation of why `git rebase --interactive` is needed:

![XKCD Comic](xkcd.png)

This repository reproduces the comic's commit structure so that you can use it better in teaching.

NB: The first commit that is not present in the comic is necessary to avoid running into [a cornercase about rebasing the root commit](https://stackoverflow.com/questions/22992543/how-do-i-git-rebase-the-first-commit).

## License

This repository is licensed CC-BY-NC 2.5.
The above XKCD comic is original work by Randall Munroe published under the same license. It has not been altered.
You find the license text at [https://creativecommons.org/licenses/by-nc/2.5/](https://creativecommons.org/licenses/by-nc/2.5/)

Please have a look at [Randall Munroe's other work](https://xkcd.com).