Skip to content

Commit

Permalink
feat: add default pull merge strategy. alphabetise file
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed Jul 1, 2020
1 parent 6a935ec commit e618729
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions git/.gitconfig
Expand Up @@ -18,30 +18,32 @@
st = status
[color]
ui = true
[push]
default = upstream
[help]
autocorrect = 1
[core]
editor = vim
excludesfile = ~/.gitignore
[user]
email = st3v3nhunt@users.noreply.github.com
name = Steven Hunt
[github]
user = st3v3nhunt
[help]
autocorrect = 1
[ghi]
token = !security find-internet-password -a st3v3nhunt -s github.com -l 'ghi token' -w
[github]
user = st3v3nhunt
[gpg]
program = gpg
[include]
path = .gitconfig.local
[hub]
protocol = https
[include]
path = .gitconfig.local
[pull]
ff = only
[push]
default = upstream
[secrets]
providers = git secrets --aws-provider
patterns = (A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}
patterns = (\"|')?(AWS|aws|Aws)?_?(SECRET|secret|Secret)?_?(ACCESS|access|Access)?_?(KEY|key|Key)(\"|')?\\s*(:|=>|=)\\s*(\"|')?[A-Za-z0-9/\\+=]{40}(\"|')?
patterns = (\"|')?(AWS|aws|Aws)?_?(ACCOUNT|account|Account)_?(ID|id|Id)?(\"|')?\\s*(:|=>|=)\\s*(\"|')?[0-9]{4}\\-?[0-9]{4}\\-?[0-9]{4}(\"|')?
allowed = AKIAIOSFODNN7EXAMPLE
allowed = wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
[user]
email = st3v3nhunt@users.noreply.github.com
name = Steven Hunt

0 comments on commit e618729

Please sign in to comment.