Typically publishing your git repo is just a matter of pushing it via
ssh.  I'm not sure how it is done on repo.or.cz but on my server I just
simply issue the following command:

        $ git push ssh://j...@myserver.com/home/git/myproject HEAD


On Wed, 05 Aug 2009 20:28:00 +0200
Nicolas <prog...@free.fr> wrote:

> 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


-- 
Josh Kropf <j...@slashdev.ca>

------------------------------------------------------------------------------
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

Reply via email to