https://github.com/ubisoft/gittimelapseview
GitTimeLapseView is a visual diff tool that adds a timeline to your blame view
https://github.com/ubisoft/gittimelapseview
Last synced: 11 months ago
JSON representation
GitTimeLapseView is a visual diff tool that adds a timeline to your blame view
- Host: GitHub
- URL: https://github.com/ubisoft/gittimelapseview
- Owner: ubisoft
- License: apache-2.0
- Created: 2022-03-21T21:14:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T08:35:42.000Z (about 1 year ago)
- Last Synced: 2025-03-14T09:31:56.849Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 903 KB
- Stars: 37
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GitTimelapseView
GitTimelapseView allows you to easily monitor the evolution of your Git files over time. It adds a timeline to your blame view

## Why is it helpful?
Viewing the different versions of a file on the same window will help you find the exact time and commit which introduced new bugs or features. By using the git project's history GitTimelapseView also helps you find the last person who modified each part of the file so you always know who to ask when the code gets obscure.
## Contributing
We would love you to contribute to `@ubisoft/GitTimeLapseView`, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
## License
The scripts and documentation in this project are released under the [Apache License](LICENSE)