Forrest logo
back to context overview

git-stripspace

List of commands for git-stripspace:

  • git-stripspace:tldr:3e6dc git-stripspace: Trim whitespace from a file.
    $ cat ${filename} | git stripspace
    try on your machine
    explain this command
  • git-stripspace:tldr:52924 git-stripspace: Trim whitespace and Git comments from a file.
    $ cat ${filename} | git stripspace --strip-comments
    try on your machine
    explain this command
  • git-stripspace:tldr:67496 git-stripspace: Convert all lines in a file into Git comments.
    $ git stripspace --comment-lines < ${filename}
    try on your machine
    explain this command
back to context overview