Hacker News new | ask | show | jobs
by kortex 1941 days ago
This looks great! Might not even wait till Monday to give it a shot.

What does auto FF mean? I notice myself using a very streamlined dev/rc/main approach, favoring rebase over merge, with lots of linear commits to rc, move the puck ahead, then move master, using merge --ff-only.

1 comments

After a user runs `bit checkout <branch-name>` bit will run `git pull --ff-only` behind the scenes
This tool is amazing! Nice job, and keep up the excellent work!
Neat! That is exactly what I am looking for!