Skip to content

Instantly share code, notes, and snippets.

@marcuswestin
Created May 9, 2012 20:26
Show Gist options
  • Save marcuswestin/2648552 to your computer and use it in GitHub Desktop.
Save marcuswestin/2648552 to your computer and use it in GitHub Desktop.
Update current git repo
@marcuswestin
Copy link
Author

Easy install:

curl https://raw.github.com/gist/2648552/gitup.sh > /tmp/gitup.sh
chmod +x /tmp/gitup.sh
mv /tmp/gitup.sh /usr/local/bin/gitup

curl https://raw.github.com/gist/2648552/gitupn_push.sh > /tmp/gitupn_push.sh
chmod +x /tmp/gitupn_push.sh
mv /tmp/gitupn_push.sh /usr/local/bin/gitupn_push

@marcuswestin
Copy link
Author

Easy install:

# gitup
curl https://raw.github.com/gist/2648552/gitup.sh > /tmp/gitup.sh
chmod +x /tmp/gitup.sh
mv /tmp/gitup.sh /usr/local/bin/gitup

# gitupn_push
curl https://raw.github.com/gist/2648552/gitupn_push.sh > /tmp/gitupn_push.sh
chmod +x /tmp/gitupn_push.sh
mv /tmp/gitupn_push.sh /usr/local/bin/gitupn_push

# gitpush
curl https://raw.github.com/gist/2648552/gitpush.sh > /tmp/gitpush.sh
chmod +x /tmp/gitpush.sh
mv /tmp/gitpush.sh /usr/local/bin/gitpush

@marcuswestin
Copy link
Author

@marcuswestin
Copy link
Author

@marcuswestin
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment