The screenshot above shows us a file tree associated with all the changes associated with a commit in github. This visual layout can be quite useful in reducing noise when checking out changes associated with a commit.
Currently we have project_commits_preview that can be used to show list of commits and changes associated with them:
But if we want to just focus on a single commit, it would be pretty cool to design a file tree layout for the commit.
The screenshot above shows us a file tree associated with all the changes associated with a commit in github. This visual layout can be quite useful in reducing noise when checking out changes associated with a commit.
Currently we have
project_commits_preview
that can be used to show list of commits and changes associated with them:But if we want to just focus on a single commit, it would be pretty cool to design a file tree layout for the commit.