Git 1.7 and git push?

Bruno Wolff III bruno at wolff.to
Mon Feb 15 16:37:16 UTC 2010


I saw that there is a change in the way git push works in 1.7.
Currently I only do simple things and a typical workflow is:
git pull
Make a few changes
git commit -a
git push

This normally does a fast forward update and avoids a merge.
Is there another way I should be doing this? Does the answer change for 1.7?


More information about the devel mailing list