Command to edit .gitattributes
Offen
- Vorherrschende Sprache
- C++
- Sterne
- 9.9k
- Forks
- 544
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
How would you feel about adding a command to more quickly add new items to git-crypt?
##### For example:
`git-crypt add foobar.txt` (or alternatively: `git-crypt encrypt foobar.txt`)
would be like running
`echo "foobar.txt filter=git-crypt diff=git-crypt" >> .gitattributes`
The aim here is for a simpler way to use `git-crypt` with less chance to screw up the syntax when adding new filters to `.gitattributes`
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.