env/git_config

8 lines
144 B
Text
Raw Normal View History

2022-11-12 00:44:21 +00:00
#!/bin/bash
# Always sign commits.
2022-11-12 00:44:21 +00:00
git config --global commit.gpgsign true
# Prune stale refs on fetch.
git config --global fetch.prune true