Skip to content

Instantly share code, notes, and snippets.

@echo-devnull
Created September 10, 2018 07:10
Show Gist options
  • Save echo-devnull/3cba7e0f25f351cb5edd0d1c0bf0024a to your computer and use it in GitHub Desktop.
Save echo-devnull/3cba7e0f25f351cb5edd0d1c0bf0024a to your computer and use it in GitHub Desktop.
# Lazy Git
function lg() {
git add .
git commit -a -m "$1"
git pull
git push
}
# End Lazy G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment