Skip to content

Instantly share code, notes, and snippets.

@glebtv
Created July 29, 2013 19:00
Show Gist options
  • Save glebtv/6106786 to your computer and use it in GitHub Desktop.
Save glebtv/6106786 to your computer and use it in GitHub Desktop.
git commit all /usr/bin/gt
#!/usr/bin/bash
git add --all .
git commit -a
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment