Re: [git-users] how to push indepedent repos to individual branches in remote in git?

2015-11-30 Thread rajdeep mondal
Hi I tried something like git push local-remote -u 'refs/*:refs/$TREE_BRANCH/*' it did not work as expected. On Mon, Nov 30, 2015 at 9:21 PM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Sat, 28 Nov 2015 06:48:35 -0800 (PST) > justrajdeep wrote:

Re: [git-users] how to push indepedent repos to individual branches in remote in git?

2015-11-30 Thread rajdeep mondal
On Mon, Nov 30, 2015 at 9:48 PM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Mon, 30 Nov 2015 21:23:24 +0530 > rajdeep mondal <justrajd...@gmail.com> wrote: > > > I tried something like > > > > git push local-remote -u 'refs/*:refs/

Re: [git-users] how to push indepedent repos to individual branches in remote in git?

2015-11-30 Thread rajdeep mondal
Thanks. I will try it out. On Tue, Dec 1, 2015 at 1:08 AM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Mon, 30 Nov 2015 23:15:32 +0530 > rajdeep mondal <justrajd...@gmail.com> wrote: > > > 1. i have repos: > > A with branches A1, A2