Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created August 23, 2012 14:29
Show Gist options
  • Save coderforhire/3437171 to your computer and use it in GitHub Desktop.
Save coderforhire/3437171 to your computer and use it in GitHub Desktop.
git clone --depth=1 git@github.com:/repo
rm -Rf ./.git
git init
git add --all
git commit -am 'test'
git add remote "stuff"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment