Sidharthan Chandrasekaran Kamarajthebugshots.dev·Sep 28, 2023Visualizing Your Git Repository History with GourceGit is a powerful version control system that allows you to track changes to your code over time. While git log gives you a textual history of your commits, it can be hard to get a big-picture view of what's happening in your repository. That's where...903 readsDeveloper ToolsDeveloper Tools
freeCodeCampforfreeCodeCampfreecodecamp.org·Jan 27, 2020How to use Gource to show your project's timelineBy Leonardo Faria The first time I heard about Gource was in 2013. At the time I watched this cool video showing Ruby on Rails source code evolution: https://www.youtube.com/watch?v=r0ji8FDNTj0&feature=emb_title At Thinkific we have (almost) monthly ...Git