[Owncloud] apps moved

eMerzh merzhin at gmail.com
Sun Aug 26 19:39:40 UTC 2012


>> just technical question for non git expert,
>> i had a branch with some things for bookmark...
>> how can i move those dev to the "app" branch ... with a simple cp
>> (loosing the history) or with some ninja command ?
>
> I´m also not an git experts. :-)
> But I was able to move a branch by checking out the old gitorious repo. switch to the branch you want to move and than do this:
>
> git remote add new_repo_name new_repo_url
> git push new_repo_name new_branch name
>

So i have my "old" branch with many apps and my "Bookmark" modifications

and if i push it to the new "apps" repo it will not mess everything
up? (bookmark was transfered from core to apps repo)



More information about the Owncloud mailing list