Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add /etc/gitconfig for better git security #225

Open
adrelanos opened this issue May 28, 2024 · 4 comments · Fixed by #226
Open

add /etc/gitconfig for better git security #225

adrelanos opened this issue May 28, 2024 · 4 comments · Fixed by #226

Comments

@adrelanos
Copy link
Member

adrelanos added a commit that referenced this issue May 28, 2024
```
[core]
	symlinks = false

[transfer]
	fsckobjects = true
	fsckobjects = true
[fetch]
	fsckobjects = true
	fsckobjects = true
[receive]
	fsckobjects = true
	fsckobjects = true
```

+ additional suggestions as comments

fixes #225
@adrelanos adrelanos reopened this May 28, 2024
@adrelanos
Copy link
Member Author

Merged already but leaving this open for discussion, review, suggestions, etc.

@adrelanos
Copy link
Member Author

adrelanos commented Jun 1, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@adrelanos and others