On Sat, 21 Oct 2006 16:46:29 -0500
"Matthew D. Fuller" <fullermd@over-yonder.net> wrote:
It's not completely foreign, it's one of the things you can use the
git reflog feature to record. It's just that it's utterly clear in
Git that this is a local feature and is never replicated as part
of the distributed data.
This is where the git model is clearly superior and allows a true
distributed model. Because there is no concept of a "mainline"
(except locally via reflog) you can always merge with anyone
participating in the DAG without having to overwrite or lose ordering.
Sean
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html