Update README to draw attention to lfs track pattern (#3676)

* Update README to draw attention to lfs track pattern
This commit is contained in:
Richard Wu 2019-06-07 07:01:56 +10:00 committed by brian m. carlson
parent 98c3459569
commit bb21242b70

@ -77,6 +77,9 @@ $ git lfs track "*.psd"
more about this pattern syntax
[here](https://git-scm.com/docs/gitattributes)).
> *Note:* the quotation marks surrounding the pattern are important to
> prevent the glob pattern from being expanded by the shell.
After any invocation of `git-lfs-track(1)` or `git-lfs-untrack(1)`, you _must
commit changes to your `.gitattributes` file_. This can be done by running: