Hi, I have cloned the barry project with GIT :
$ git clone git://repo.or.cz/barry.git barry When, I work, I do : for (;;) { <make changements> $ git add <my modified files> $ git commit $ git pull --rebase $ git format-patch origin/master <send patch to Chris> } Now, I want sync regulary this work in the GIT fork : git://repo.or.cz/barry/progweb.git (http://repo.or.cz/w/barry/progweb.git) So : for (;;) { <make changements> $ git add <my modified files> $ git commit $ git pull --rebase <??? publish in my GIT fork ????> } How can I make this last step ? Regards, -- Nicolas VIVIEN ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel