There are different ways to do this, a quick one is to run git log and to skim through the commit messages ... more often then not the answer will be something like "add method x to class y", "remove behaviour x from component y", "update x to do y ...
↧