Moved builder files to new subdirectory

This commit is contained in:
unman 2021-02-02 04:53:33 +00:00
parent 5acdad7b85
commit e54562b9f4
No known key found for this signature in database
GPG key ID: FDD1B8244731B36C
11 changed files with 0 additions and 0 deletions

16
builder/builder-gitconfig Normal file
View file

@ -0,0 +1,16 @@
[user]
name = NAME
email = EMAIL
signingkey = KEY
[credential]
helper = cache
[commit]
gpgsign = true
[gpg]
program = qubes-gpg-client-wrapper
[alias]
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short