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

Reply via email to