Hacker News new | ask | show | jobs
by Shacklz 1778 days ago
You can skip the "checkout master + pull" part by using "git fetch origin master:master", or by using just "git fetch origin" and then "git rebase origin/master". Other than that, that's pretty much my workflow too :)
1 comments

Yes, I know. I just wanted to keep it at the simplest form.
Ok, thanks. Although making a one step process into five, doesn’t sound like a big win. Perhaps the shorter version is workable.