Hacker News new | ask | show | jobs
by rubiquity 4287 days ago
Gitflow seems a bit too complicated for my liking. I've been using Scott Chacon's "GitHub Flow"[0] for over three years, with the added twist that after the PR has been reviewed and approved, I rebase all of my commits to a single commit with a descriptive commit log of changes and a link to a Trello/Basecamp/whatever card for the feature.

0 - http://scottchacon.com/2011/08/31/github-flow.html

1 comments

Haha, whoops. Thank you.