[git-users] R: Re: how merge a branch in an empty head

2011-05-26 Thread geppo12
(see http://stackoverflow.com/questions/277029/combining-multiple-git-repositories) Now my tool is complete (http://github.com/geppo12/GitCombineRepo). The question was relative to a problem regarding import of multiple branch that now I solved. for each original repo I do git remote add origin

[git-users] How Combine two repositories in one without submodule

2011-05-30 Thread geppo12
I created a tool to combine multiple repositories in one. This tool is tested on windows XP with msysGit 1.7.3.1 but is sitll in beta so use it with care. you can find it to GitHub (http://github.com/geppo12/cantool) Question and suggestion are welcome. Giuseppe Monteleone -- You received

[git-users] problem with cherry-pick

2011-06-12 Thread geppo12
I would like delete initial commits. To do this i create a new branch clean repository git reset --hard HEAD create new reference git symbolic-ref HEAD refs/heads/test git rm --cached -r . git commit --allow-empty -m start re-sync working tree git checkout -f master git checkout test now i