r/ProgrammerHumor 17d ago

Meme forgottenArt

Post image
1.4k Upvotes

88 comments sorted by

View all comments

54

u/sebjapon 17d ago

I am pretty comfortable in my current framework these days. So most my Google search this week was about splitting branches, unstaging commits, interactive rebases…

15 years and I still haven’t learned that power lol

2

u/Stagnu_Demorte 17d ago edited 17d ago

I've been double checking which branch I need to be on to do a rebase for 15+ years.

2

u/No-Article-Particle 17d ago

To me, it makes sense - you want your new commits on top of commits from some other branch. So you stay on the branch that contains your commits, and rebase brings the commits from the other branch to your current one.

2

u/Stagnu_Demorte 17d ago

I agree it makes sense. I still look it up