Skip to content

Instantly share code, notes, and snippets.

@todb-r7
Created September 26, 2012 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todb-r7/3788340 to your computer and use it in GitHub Desktop.
Save todb-r7/3788340 to your computer and use it in GitHub Desktop.
git-add-remote
function git-add-remote {
git remote add -f $1 git://github.com/$1/metasploit-framework
git branch --track $1-master $1/master
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment