LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-stripspace

Clean up whitespace in Git messages

TLDR

Strip trailing whitespace
$ git stripspace < [file]
copy
Strip comments
$ git stripspace -s < [file]
copy
Comment out lines
$ git stripspace -c < [file]
copy

SYNOPSIS

git stripspace [options]

DESCRIPTION

git stripspace filters text from stdin, stripping trailing whitespace and collapsing multiple consecutive blank lines. It is used internally by Git for commit message cleanup.The command can also strip or add comment lines, making it useful for processing Git-formatted messages and templates.

PARAMETERS

-s, --strip-comments

Strip comment lines.
-c, --comment-lines
Comment out lines.

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

RESOURCES

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