Viewing commit history
Browse commits on a branch and inspect individual changes.
1. Open the Commits tab
On any repository, click Commits in the sub-navigation. You are redirected to commits on the default branch.
2. Pick a branch
The URL
/{owner}/{repo}/commits/{branch}lists up to 50 recent commits on that branch with author, timestamp, and short hash.3. Open a commit
Click a commit row to view
/{owner}/{repo}/commits/{branch}/{commitId}— message, diff, and comment threads.4. Recent commits on Code
The Code tab sidebar also shows the latest commits on the currently selected branch for quick context.
