Migrating gnucash website from svn to git
John Ralls
jralls at ceridwen.us
Tue Nov 27 19:41:54 EST 2012
On Nov 27, 2012, at 11:06 PM, Derek Atkins <warlord at MIT.EDU> wrote:
> John Ralls <jralls at ceridwen.us> 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://git@github.com/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
More information about the gnucash-devel
mailing list