'How do I see a file's all historical version on Gitlab?
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,
Solution 1:[1]
Get file history, from UI after you click on file content you can click on History button in upper right corner.
Solution 2:[2]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | makozaki |
Solution 2 | Vincent |