Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Forked from optimor/git-plush
Created May 4, 2010 15:00
Show Gist options
  • Save lukaszkorecki/389509 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/389509 to your computer and use it in GitHub Desktop.
  1. save to /usr/local/git/bin/git-plush
  2. chmod 755
  3. ???
  4. profit
#!/bin/bash
# It doesn't get more efficient than this.
echo "I'm going to pull and push, k?"
git pull $@ && git push $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment