Forrest logo
back to context overview

git-check-attr

List of commands for git-check-attr:

  • git-check-attr:tldr:3f8a4 git-check-attr: Check the value of a specific attribute on a file.
    $ git check-attr ${attribute} ${filename}
    try on your machine
    explain this command
  • git-check-attr:tldr:4e9d3 git-check-attr: Check the value of a specific attribute on one or more files.
    $ git check-attr ${attribute} ${filename1} ${filename2}
    try on your machine
    explain this command
  • git-check-attr:tldr:5aad4 git-check-attr: Check the values of all attributes on a file.
    $ git check-attr --all ${filename}
    try on your machine
    explain this command
  • git-check-attr:tldr:72eba git-check-attr: Check the value of a specific attribute on files.
    $ git check-attr --all ${filename1} ${filename2}
    try on your machine
    explain this command
back to context overview