Search found 3 matches

by lesk
Mon Aug 23, 2021 8:02 am
Forum: Others
Topic: Overleaf and git: how to check out old revisions
Replies: 3
Views: 57836

Overleaf and git: how to check out old revisions

Overleaf Support promptly got back to me – as it turns out, Overleaf only creates "git commits" when a specific commit is explicitly pulled or pushed (this is because they do not use git internally). Or when a specific (current) revision is labeled (but no commit is created when an earlier revision ...
by lesk
Fri Aug 20, 2021 9:09 am
Forum: Others
Topic: Overleaf and git: how to check out old revisions
Replies: 3
Views: 57836

Overleaf and git: how to check out old revisions

Thanks Ijon, very helpful. I'm not quite there yet because the log does not show the commits that I am interested in. I've contacted overleaf support and will follow up here if I learn more.
by lesk
Thu Aug 19, 2021 11:09 am
Forum: Others
Topic: Overleaf and git: how to check out old revisions
Replies: 3
Views: 57836

Overleaf and git: how to check out old revisions

Hi all,

I'm working on overleaf.com and I would like to compare the current text version to an earlier draft using latexdiff. Hence I want to use git to download my project from overleaf at two different revisions.

Cloning my project from overleaf to a local repository is no problem. My problem ...