DEV Community

Discussion on: 🤕 Git Visualized: Forked a Repo, Now The Original Has More Commits

Collapse
 
hyftar profile image
Simon Landry

Nice post! You could also talk about git pull upstream master --rebase which does the rebase automatically 😊

Collapse
 
saqibameen profile image
Saqib Ameen

Hey @hyftar ,

Thank you so much for stopping by and sharing this. That's definitely a quick way of achieving this. I'll add it to the article. The goal here was to actually help beginners understand and conceptualize each step separately.