You can edit your .git/config to use that remote address so you can just git push
The only thing i have trouble with is once i make a clone it doesnt stay up to date with the main git 0.7.x:dev eg: git pull only pulls from my clone, doesnt update my clone from mainline -Eric Helgeson 2009/3/17 Tobias Diekershoff <[email protected]>: > On Mon, 16 Mar 2009 18:25:21 -0400 > "Mr. Meitar Moscovitz" <[email protected]> wrote: > >> First, thanks for providing me commit access to the dev repository >> directly. However, while I don't have any issue committing locally, >> whenever I try to push to the dev.git repository, I'm given a fatal >> error: >> >> $ git push >> fatal: The remote end hung up unexpectedly > > I get exactly the same with my clone repo (bAvatar-clone) I can push > when I change the remote adress to > > git push [email protected]:laconica/bAvatar-clone.git > > with a ":" instead of a / after the org. > > HTH & so long > Tobias > > -- > ________________________________________ > / www.diekershoff.net \ > | eMail: [email protected] | > | sip: [email protected] | > | jid: [email protected] | > \ skype und icq auf nachfrage / > ---------------------------------------- > \ > \ > ___ > {~._.~} > ( Y ) > ()~*~() > (_)-(_) > > _______________________________________________ > Laconica-dev mailing list > [email protected] > http://mail.laconi.ca/mailman/listinfo/laconica-dev > > _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
