Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
The best thing I've read here in a long time. I love it!
The merge conflicts would be humongous though hahaha.
But it would be really cool to take some event/commits from some parallel universe/branch and merge them into master, so in the end you would get the superpowers of all the rest of us -
Oh wow, another good idea
If I can commit code to my brain that would be handy as well *hits it with a broom* WORK ALREADY
Related Rants
The superpower to perform version control on reality. (Git)
Imagine this universe (the current branch), which is made up of a series of events (commits).
Having this ability to allows us to:
- undo events (git reset/git revert)
- reorder events (git rebase)
- transfer to another universe (git checkout)
- derive a new universe from current universe (git checkout -b)
- delete a universe (git branch -D)
- apply an event from another universe (git cherry-pick)
and my favorite:
- merge universes and their events (git merge)
we have to resolve conflicting events, of course.
What else? ;)
undefined
version control
wk54
git