The Activity Feed is a rich, real-time view of your team's Git activity. See who's committing what, identify hot files, and catch potential overlaps before they become conflicts.
Screenshot
Activity Feed panel showing recent commits with author avatars, messages, and file changes
See all recent activity in chronological order. Each commit shows:
Screenshot
Timeline view showing commits in chronological order with avatars and stats
Group activity by team member to see who's working on what. Quickly identify what specific teammates have been changing.
Screenshot
By Person view showing commits grouped by team member
Identify files with high activityβmultiple people editing the same files. These are your highest-risk areas for conflicts.
Screenshot
Hot Files view showing files with the most activity and potential conflicts
Click "Show more" on any commit to expand full details:
Screenshot
Expanded commit showing full message, file tree, and line statistics
Every commit and file shows change statistics:
Screenshot
File statistics showing +42 -15 style indicators in green and red
| Indicator | Meaning |
|---|---|
| +42 | Lines added |
| -15 | Lines deleted |
| β οΈ Overlap | You've also modified this file |
Filter the feed to focus on what matters:
Screenshot
Filter controls in the Activity Feed header
The Activity Feed stays current:
git fetch{
"gitspectra.activityFeed.maxCommits": 50, // How many commits to show
"gitspectra.activityFeed.showBranches": true, // Include branch names
"gitspectra.activityFeed.fileViewMode": "tree" // "tree" or "list"
}