Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Forked from veryhappythings/git-plush
Created May 4, 2010 14:52
Show Gist options
  • Save lukaszkorecki/389497 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/389497 to your computer and use it in GitHub Desktop.
#!/bin/bash
# It doesn't get more efficient than this.
echo "I\'m going to pull from"
echo $1
echo $2
echo "and then push, ok?"
git pull $1 $2 && git push $1 $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment