On Tue, Oct 31, 2017 at 8:21 AM, Albert Astals Cid <albert.astals.cid@xxxxxxxx> wrote: > git pull --rebase --autostash > > is a valid command but the --autostash autocompletion is not suggested after > typing > > git pul<TAB> --reb<TAB --au<TAB > > Would be great if that could be added. > > Thanks :) > > Albert > > P.S: I'm not subscribed CC me if need me to test something Maybe you can propose a patch for this? Rough steps to success: git clone git://git.kernel.org/pub/scm/git/git.git/ cd git $EDIT contrib/completion/git-completion.bash (look for _git_pull) git commit -m "my first commit to git" (This is paraphrased, see Documentation/SubmittingPatches for a better idea how to craft commit messages) git format-patch HEAD^ git send-email 0001-xxx.patch > > -- > Albert Astals Cid | albert.astals.cid@xxxxxxxx | Software Engineer > Klarälvdalens Datakonsult AB, a KDAB Group company > Tel: Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) > KDAB - The Qt, C++ and OpenGL Experts