git-lfs/docs/man/git-hawser-path.1.ronn

25 lines
533 B
Plaintext
Raw Normal View History

git-hawser-path(1) - View Hawser paths in Git attributes.
2014-06-02 23:10:04 +00:00
======================================================================
## SYNOPSIS
`git hawser path`
2014-06-02 23:10:04 +00:00
## DESCRIPTION
2015-01-30 20:04:52 +00:00
The "path" command helps view and modify Git attributes for the "hawser"
2014-06-02 23:10:04 +00:00
clean and smudge filters. The "path" argument can be a file extension, or a
path.
## EXAMPLES
* View the current Git attributes.
2015-01-30 17:07:50 +00:00
`git hawser path`
2014-06-02 23:10:04 +00:00
## SEE ALSO
git-hawser-add(1), git-hawser-remove(1), git-hawser-init(1), gitattributes(5).
2014-06-02 23:10:04 +00:00
2015-01-30 17:07:50 +00:00
Part of the git-hawser(1) suite.