Skip to content

Instantly share code, notes, and snippets.

@pkarthikr
Created September 30, 2018 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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