How to build, in git, old project's history? -
i have project want put onto git. have many old 'zip' snapshots of project can used create basis of putative historical lineage, plus few older bits, many i've still 'find', i'd still add history build.
it isn't hard create lineage newer zips [copy, commit, copy, commit, .. etc.
] immediately, how graft(?) on older history retrospectively? i'd history entered them chronologically, sort of re-write
required.
because team small , co-located can handle change on draft version 'proper' version, practical exercise in getting started, , finessing 'still find' portions once has started using git (i'd rather using git waiting till sufficient 'history found ;-).
so question how retrospectively graft on history, , re-write whole repo graft doesn't show? know re-write all commit sha1 ids.
you want described here: https://softwareengineering.stackexchange.com/questions/33868/script-tool-to-import-series-of-snapshots-each-being-a-new-edition-into-git-po
but add --date
option git commit
set whatever date comes zip file.
Comments
Post a Comment