Archive for April 2012
Git merge codeplex
Posted April 6, 2012
on:Kudos to codeplex for supporting git. They switched my two projects, git source control provider and git web access shortly after I requested.
Using the steps below, the github repo was pushed to codeplex.
- git remote add codeplex https://yysun@git01.codplex.com/gitweb
- git fetch codeplex master:codeplex
- git merge codeplex
- (delete files from codeplex, then amend last commit)
- git push codeplex master
Advertisements