Ricardo Almeida <ric.almeida@xxxxxxxxx> writes: > > error: unknown option `reset-author-date' > > So, I was wondering if there's a similar option that can be used with > git pull --rebase or if I can request this feature to be added? :) Can't you just use "git fetch && git rebase --..." instead of "pull" short-hand?