Hi, in case someone wants to migrate a branch from gitorious to github. Here is a short howto:
Checkout the old repo from gitorious. For example: git clone git://gitorious.org/owncloud/owncloud.git Go into the directory cd owncloud Switch to the branch that you want to migrate to github. For example: git checkout -b files_encryption origin/files_encryption Add github as new remote. For example: git remote add github https://github.com/owncloud/core.git Push the branch to github. For example: git push github files_encryption Cheers Frank -- Frank Karlitschek ([email protected]) Chief Technology Officer ownCloud Inc. Your Data, Your Cloud, Your Way! ownCloud GmbH, GF: Markus Rex, Holger Dyroff Schloßäckerstrasse 26a, 90443 Nürnberg, HRB 28050 (AG Nürnberg) _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
