Skip to content

Instantly share code, notes, and snippets.

@veryhappythings
Created May 4, 2010 14:51
Show Gist options
  • Save veryhappythings/389494 to your computer and use it in GitHub Desktop.
Save veryhappythings/389494 to your computer and use it in GitHub Desktop.
For lazy git users.
#!/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