Skip to content

Commit

Permalink
Merge pull request #144 from srijanone/git-secrets
Browse files Browse the repository at this point in the history
Added FAQs
  • Loading branch information
AshishThakur committed Sep 4, 2020
2 parents 853ff50 + 84ce65a commit 4a52138
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/git-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,17 @@ core.hookspath=/Users/viz/.git/hooks
```
vim ~/.gitconfig
```
and delete the ```core.hookspath=/Users/viz/.git/hooks``` line.
and delete the ```core.hookspath=/Users/viz/.git/hooks``` line.

## FAQs

**Question**: I use Docksal, Lando or Drupal VM in my project, can I continue using it?

**Answer**: You can use your current development stack for your project in case you want to use the secret management capability of vega.
Unless you have git commit hooks set up in your project there will not be any impact on your local development stack.

**Question**: I get ```git-secrets``` command not found when I try to commit code.

**Answer**: Have you exported the PATH in ```~/.bashrc``` or equivalent file(```.zshrc, .bash_profile etc```).
Check if all the binaries are there in ```/home/<user-name>/.local/bin```. In case you have just installed vega and opened a new terminal,
the session is not retained so type following in your terminal ```source ~/.bashrc``` or equivalent file(```.zshrc, .bash_profile etc```).

0 comments on commit 4a52138

Please sign in to comment.