💾 Archived View for freeshell.de › tldr › git-check-attr.gmi captured on 2023-01-29 at 04:48:43. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
For every pathname, list if each attribute is unspecified, set, or unset as a gitattribute on that pathname.
git check-attr --all {path/to/file}
git check-attr {attribute} {path/to/file}
git check-attr --all {path/to/file1} {path/to/file2}
git check-attr {attribute} {path/to/file1} {path/to/file2}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).