Re: [vox-tech] push back changes with git to master

2010-07-16 Thread Brian Lavender

On Fri, Jul 16, 2010 at 01:38:02PM -0700, Alex Mandel wrote:
> On 07/16/2010 11:04 AM, Brian Lavender wrote:
> > So, I cloned my main tree using 
> > 
> > git clone ssh://br...@brie.com/home/brian/my/git/repo
> > 
> > and it cloned it to my local workstation. How do I push changes back?
> > 
> > brian
> 
> Did you try: git push

That did it.

-- 
Brian Lavender
http://www.brie.com/brian/

"There are two ways of constructing a software design. One way is to
make it so simple that there are obviously no deficiencies. And the other
way is to make it so complicated that there are no obvious deficiencies."

Professor C. A. R. Hoare
The 1980 Turing award lecture
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] push back changes with git to master

2010-07-16 Thread Alex Mandel
On 07/16/2010 11:04 AM, Brian Lavender wrote:
> So, I cloned my main tree using 
> 
> git clone ssh://br...@brie.com/home/brian/my/git/repo
> 
> and it cloned it to my local workstation. How do I push changes back?
> 
> brian

Did you try: git push
Not sure if git is smart enough to try to push back to where you cloned
from.

This should tell you where it thinks the master/origin repo is
git remote show
and you can modify with git remote add urlpathtoremoterepo

Alex

___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech