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

Alex Mandel tech_dev at wildintellect.com
Fri Jul 16 13:38:02 PDT 2010


On 07/16/2010 11:04 AM, Brian Lavender wrote:
> So, I cloned my main tree using 
> 
> git clone ssh://brian@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



More information about the vox-tech mailing list