Comment on Simple git workflow with hack and shipparentComments−mechanical_fish15yWhat about "ship"?Meanwhile, has `git pull` had a `--rebase` since the dawn of Git time in 2005, or did it appear at one point?−tomstuart15ygit pull --rebase was added in 1.5.4, released in February 2008 (http://kerneltrap.org/Linux/GIT_1.5.4_An_Unusually_Long_Cycl...).
Comments
What about "ship"?
Meanwhile, has `git pull` had a `--rebase` since the dawn of Git time in 2005, or did it appear at one point?
git pull --rebase was added in 1.5.4, released in February 2008 (http://kerneltrap.org/Linux/GIT_1.5.4_An_Unusually_Long_Cycl...).