Skip to content

Instantly share code, notes, and snippets.

@pkarthikr
Created September 30, 2018 12:03
Show Gist options
  • Save pkarthikr/be81b0d13a7cf4c62359576dfc5aaf7f to your computer and use it in GitHub Desktop.
Save pkarthikr/be81b0d13a7cf4c62359576dfc5aaf7f to your computer and use it in GitHub Desktop.
Lazy Git
function lazygit() {
git add .
git commit -a -m "$1"
git push
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment