git poop looks like it will almost do what I am want. I am looking for git stash && git pull --rebase && git stash pop but I think I can cobble that together from your example. Thank you for sharing.
git poop
git stash && git pull --rebase && git stash pop
git poop
looks like it will almost do what I am want. I am looking forgit stash && git pull --rebase && git stash pop
but I think I can cobble that together from your example. Thank you for sharing.