This commit is contained in:
Jake 2018-10-23 10:02:47 -06:00 committed by GitHub
parent a046eea91a
commit 90130c3161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1374,7 +1374,7 @@ Same goes for branches:
$ git diff master:path_to_file/file staging:path_to_file/file
```
### I want git to ignore changes to a specific file
### I want Git to ignore changes to a specific file
This works great for config templates or other files that require locally adding credentials that shouldn't be committed.