Git wizards required to make new anonymous push feature useful for me

master
intrigeri 2008-10-24 17:41:08 -04:00 committed by Joey Hess
parent 52856b307b
commit f20af3bec3
1 changed files with 19 additions and 0 deletions

View File

@ -1,2 +1,21 @@
Thanks, Joey! This is awesome...I had to try it out :)
--[[JasonBlevins]]
I am really happy to hear of this new feature, that I was (more or less)
secretly dreaming of. But - and that's why I'm still insanely editing
this wiki inside a web browser - I wonder how I'll use it for real: my
own master branch contains a few dozens merge commits, and one is created
every time I `git pull` ikiwiki repository (or another clone of it, living
on one of my other boxes that by chance had Internet access more recently).
I do not want to clutter Joey's repository with these commits, so I guess
I have to learn some more of Git everything-is-possible world (a nice thing
is: I am not limited anymore to "Emacs can do it", and I'm now in a position
to say "Git can do it" or "ikiwiki already does it", depending on the
situation). Well, let's focus. Git wizards amongst us (let's use this wiki
as if it were users@ikiwiki.info, ok?), what would you suggest? I was thinking
of having a new branch in my cloned repository, dedicated to editing this wiki;
I could use `rebase` instead of `fetch+merge` to get the new upstream commits
into this special-purpose branch. I guess it would work nicely if I had only
one offline box with not-yet-pushed changes at the same time, but would break
in awful and various ways when it is not the case. Any alternative idea?
--[[intrigeri]]