Reputation: 7736
First I thought this is a very simple issue. But after trying a lot of ways, I couldn't find a way to explore a file's all history versions on gitlab.com
What should I do?
Thanks,
Upvotes: 10
Views: 17491
Reputation: 79
To view a previous version of a document:
Upvotes: 3
Reputation: 49
Follow these steps :-
Snapshots for reference is here
Upvotes: 2
Reputation: 164
That's not directly in gitLab but I guess it's totaly what's you need. You can have the state of one file at each commit in visual code with GitLens widget.
see more : VS Code tips — Viewing file history with GitLens : https://www.youtube.com/watch?v=bRdQw4-sGIY
Upvotes: 1
Reputation: 4366
Get file history, from UI after you click on file content you can click on History button in upper right corner.
Upvotes: 3