LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-missing

Show commits missing between branches

TLDR

Show commits in current branch missing from another branch and vice versa
$ git missing [branch]
copy
Compare two specific branches
$ git missing [branch1] [branch2]
copy

SYNOPSIS

git missing [branch1] [branch2]

DESCRIPTION

git missing shows commits that exist in one branch but not the other. This git-extras command performs a symmetric comparison, revealing what changes are unique to each branch.If only one branch is specified, it is compared against the current branch. If no branches are specified, the current branch is compared against the default branch (usually master or main).The command is particularly useful before merging, as it clearly shows what commits will be introduced from each side. It essentially performs `git log --left-right --oneline branch1...branch2` to provide a bidirectional view of branch divergence.

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