mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix credentials:diff
option
The option name is `enroll` since f1f5024b91
.
This commit is contained in:
parent
6bf2e59bec
commit
b5949f7f12
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ You could prepend that to your server's start command like this:
|
|||
|
||||
=== Set up Git to Diff Credentials
|
||||
|
||||
Rails provides `rails credentials:diff --enable` to instruct Git to call `rails credentials:diff`
|
||||
Rails provides `rails credentials:diff --enroll` to instruct Git to call `rails credentials:diff`
|
||||
when `git diff` is run on a credentials file.
|
||||
|
||||
Running the command enrolls the project such that all credentials files use the
|
||||
|
|
Loading…
Reference in a new issue