Skip to content

Instantly share code, notes, and snippets.

@edavis10
Created March 29, 2010 18:02
Show Gist options
  • Save edavis10/348184 to your computer and use it in GitHub Desktop.
Save edavis10/348184 to your computer and use it in GitHub Desktop.
#!/bin/bash
DIR=/home/edavis/dev/redmine/redmine-core
. ~/.keychain/$HOSTNAME-sh # My SSH key script for password-less logins
cd $DIR
git svn fetch --all
git push github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment