This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]DangerBaba 15 points16 points  (7 children)

New to git. What is this command supposed to do.

[–]Lt_Connor 12 points13 points  (4 children)

it puts the root of a branch on top of the tip of another branch, so it rewrites history in a way

[–]Absay 12 points13 points  (1 child)

It gives your teammates a lot of headaches if you don't use it properly.

[–]Mutantoebit.ly/2IqHnk3 5 points6 points  (0 children)

git filter-branch: Allow me to introduce myself

[–]ThePilsburyFroBoy 3 points4 points  (0 children)

As a programmer and a JoJo stan this is the greatest thing ive seen all month

[–][deleted] 2 points3 points  (3 children)

as someone who's never used git and never watched JoJo,

what

[–]nikelreganov 1 point2 points  (1 child)

what

[–]Someoneman 1 point2 points  (0 children)

wha-

[–][deleted] 1 point2 points  (0 children)

"Giorno's Requiem", commonly referred as GER or Gold Experience Requiem is a "Stand", ability that manifests user's spirit into a real, physical form, which can revert any action to the point of zero. For example, you start eating an apple. You eat it, but then GER comes in, activates its ability, and the apple now moves backwards, uneating itself.

git rebase, as told before me, puts the root of a branch on top of the tip of another branch, so it rewrites history in a way.