those who do not merge their history are doomed to repeat it

20 views
Skip to first unread message

Paul Phillips

unread,
Sep 24, 2013, 5:55:59 AM9/24/13
to adep...@googlegroups.com
It's not cool for 200 commits to disappear from master. Given the goals of this project you should probably be trying to signal the presence of qualities like robustness, reproducibility, reliable audit trail. Treating the git repo like its a local scratch filesystem is at the opposite extreme. I see they're in another branch, but that's not the point.

When you want to switch wholesale to another set of sources, do it like this:

git merge -s ours origin/mark-i

It has the same effect in terms of the work tree, but doesn't stomp on the history. (You can still do this in master.)

Fredrik Ekholdt

unread,
Sep 24, 2013, 9:01:19 AM9/24/13
to adep...@googlegroups.com
:) Good point... Sorry about that...
will fix.

F
Reply all
Reply to author
Forward
0 new messages