logoalt Hacker News

avaertoday at 9:06 AM3 repliesview on HN

When I interview someone and they are scared of `git rebase -i` it's a huge red flag.

Git rebase has such foundational data structures and concepts that you couldn't pass a serious college programming course without grokking it.

The only reason someone would be scared of git rebase is:

  a) they don't know the basics of programming/software engineering
  b) they are not intellectually curious enough to look into how tf the software they use every day works
You probably shouldn't have engineers like that on your team.

Replies

dtheodortoday at 9:23 AM

An interviewer asking me about git rebase is the huge red flag

show 2 replies
chrysopracetoday at 9:35 AM

I wonder if it's because it opens in the default visual editor (typically vi/vim) and while I'm primarily a (neo)vim user now, it is certainly not the most intuitive editor to get started with without guidance.

show 1 reply
pipestoday at 9:21 AM

I'm genuinely unsure why rebase interactive is more scary than rebase

show 1 reply