git-ff for git 1.7+
— Paul Annesley, May 2010
Provides git ff
to quickly fast-forward your current branch to the tracked remote when possible.
It’s git pull --ff-only
for those who do their own fetching, and besides, git ff
is quicker :)
Drop it in your path somewhere; depends on Git 1.7+ for the new –ff-only parameter.