Skip to content

Instantly share code, notes, and snippets.

@ccjr
Created December 22, 2008 06:54
Show Gist options
  • Save ccjr/38911 to your computer and use it in GitHub Desktop.
Save ccjr/38911 to your computer and use it in GitHub Desktop.
** Local
git init
git svn clone svn+ssh://scm.server.com/apps/your_app --trunk=trunk --branches=branches --tags=tags .
git remote add origin git@scm.server.com:/apps/your_app
git push origin master
** in other computers
git clone git@scm.server.com:/apps/your_app
** Server
cd /apps/your_app
git --bare init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment