Skip to content

Instantly share code, notes, and snippets.

@wwiechorek
Created September 14, 2016 19:59
Show Gist options
  • Save wwiechorek/e30473f439fee836aec46b22eb028488 to your computer and use it in GitHub Desktop.
Save wwiechorek/e30473f439fee836aec46b22eb028488 to your computer and use it in GitHub Desktop.
Git add + commit + pull + push AUTO
#!/bin/bash
git add -A
git commit -m "$0"
git pull
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment