Carleton University - School of Computer Science Honours Project
Fall 2020
GitMine: A Web App for Git Commit Searching and Stack Overflow Code Snippet Tracking
SCS Honours Project Image
ABSTRACT
Create a web application that can search git commits, showcase commit changes, and track reused stack overflow code snippets in these commits. Users can search if a commit has any reused code snippet, check if a stack overflow code snippet has been reused in any commits. Users can also compare the original stack overflow post and modified part in commit so they can analyze how these code snippets are used for future usage.