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
- Host: GitHub
- URL: https://github.com/ssciwr/git-rebase-xkcd-example
- Owner: ssciwr
- Created: 2022-01-11T13:21:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T13:57:08.000Z (over 3 years ago)
- Last Synced: 2025-01-05T06:43:25.188Z (9 months ago)
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Rebase demonstrator repository
There is no better explanation of why `git rebase --interactive` is needed:

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).