LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-commits-since

List commits since a date

TLDR

Show commits since yesterday
$ git commits-since yesterday
copy
Show commits since last week (default when no date is given)
$ git commits-since "last week"
copy
Show commits since a specific date
$ git commits-since "[2024-01-01]"
copy
Show commits since a relative time
$ git commits-since "2 hours ago"
copy

SYNOPSIS

git commits-since [date]

DESCRIPTION

git commits-since is a convenience command from git-extras that displays commits made since a specified date. When invoked without arguments, it defaults to showing commits since "last week".It accepts natural language date expressions like "yesterday", "last week", "2 hours ago", "3 o clock pm", or specific dates like "2024-01-01". The command wraps git log with appropriate date filtering, providing more readable output than manually constructing git log --since commands.This is particularly useful for stand-ups, weekly reviews, generating changelogs, or checking what changed since deploying a release.

INSTALL

sudo apt install git
copy
sudo dnf install git
copy
sudo pacman -S git
copy
sudo apk add git
copy
sudo zypper install git
copy
brew install git
copy
nix profile install nixpkgs#git
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid