Skip to content

Instantly share code, notes, and snippets.

@optimor
Forked from lukaszkorecki/git-plush
Created May 4, 2010 14:57
Show Gist options
  • Save optimor/389503 to your computer and use it in GitHub Desktop.
Save optimor/389503 to your computer and use it in GitHub Desktop.
#!/bin/bash
# It doesn't get more efficient than this.
git pull $@ && git push $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment