allenai / AMPT

Aquatic Mammal Photogrammetry Tool
Apache License 2.0
3 stars 0 forks source link

Copy AMPT documentation #59

Closed APatrickJ closed 2 years ago

APatrickJ commented 2 years ago

This copies all of the AMPT documentation from the AllenMLI/AMPT_documentation repository.

It also updates Vulcan references to AI2.

APatrickJ commented 2 years ago

Cool, what was the incantation for preserving history?

Followed the recipe here:

https://stackoverflow.com/questions/1365541/how-to-move-some-files-from-one-git-repo-to-another-not-a-clone-preserving-hi

cd repository
git log --pretty=email --patch-with-stat --reverse --full-index --binary -- path/to/file_or_folder > patch
cd ../another_repository
git am --committer-date-is-author-date < ../repository/patch