Git Examples
List
Cheatsheet
Review
Daily
Quiz
Recipes
Stats
Search
Command of the Day
Tuesday, November 11, 2025
git shortlog
Summarize git commit history by author.
Recent Commands
11/10/2025
git add -p
Interactively stage file changes
11/9/2025
git log --all -- <filepath>
List complete commit history involving a specific file.
11/8/2025
git status -s
Display a short summary of the working directory's status
11/7/2025
git diff --staged
Displays changes between the index and the last commit.
11/6/2025
git commit -a
Commits any changes to tracked files in the current repository.
Learn more
Test your knowledge
Review Commands
Browse Cheatsheet
Welcome to GitExamples!
Sign in to enable bookmarking, reminders, progress-tracking and more...