On Nov 27, 2012, at 11:06 PM, Derek Atkins <[email protected]> wrote:

> John Ralls <[email protected]> writes:
> 
>> A bare git repo is one that has no working files and puts all of the
>> git state files in the main directory instead of in a .git
>> directory. You can't commit to it, or checkout branches, but you can
>> do just about anything else, including pushing to another repo.
> 
> Fair enough.  I'm just not sure how you specify where to push/pull from
> if it's not a clone, i.e., if it's just been pushed to from somewhere
> else.

Ah. You just add a remote:
git remote add github ssh://[email protected]/Gnucash/gnucash.git
and then you can push to it
git push --all github

That's how I maintain my dual repos for gtk-osx (called gtk-osx-build on 
github) and freinds on git.gnome.org and github.

Regards,
John Ralls


_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to