Red Shift

The official Infinite Red publication for React Native design & development. We’re a fully distributed team building world-class apps for over 20 years for clients all around the world.

Follow publication

Git Time Travel Magic — Amend / Rebase

Gant Laborde
Red Shift
Published in
9 min readAug 1, 2017

Someone says, “I’m going to change my git history” and everyone cringes.

Just as accurate
https://xkcd.com/1296/

Warning, warning, warning

Can I get an Amend!

Success! We re-wrote history.

“All your rebase are belong to us”

OK time travelers, let’s level up!

With great drop-downs come great power!!!

Naturally, we want to see through the graph and into the story it tells.

GitFlow Philosophy Excerpt
Graph thanks to https://www.draw.io/
This seems like a clean insert
$ git checkout hero
$ git rebase master
First, rewinding head to replay your work on top of it...
Applying: added staged command
$ # at this point you can PR, but here we merge
$ git checkout master
$ git merge hero
Hardly looks like a graph at all!
People click on commit history often

How do merge conflicts work now?

error: could not apply dfe235c... something to add to patch A

When you have resolved this problem, run "git rebase --continue".
If you prefer to skip this patch, run "git rebase --skip" instead.
To check out the original branch and stop rebasing, run "git rebase --abort".
Could not apply dfe235cab497e1dfbdff41235b6aa007e6789f9e... Add Hero

What about git pull merges?

About Gant

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response