[alias] out = "log @{u}.."
Now I want to do: `git to-da-choppa`
git add . && git commit -a -m "git to da choppa" && git push --force
# git alias qp = "!f() { git add . && git commit -m \"$1\" && git push; }; f" # usage git qp "whatever your comment is"