You're viewing a single thread.
All comments
39
comments
I set this up for seamless commits:
function gao() { git add . git commit -a -m "$*" git push origin `git rev-parse --abbrev-ref HEAD` }
Usage: gao fixing a typo
2 0 Reply
39
comments
Scroll to top