mirror of
https://github.com/unman/shaker.git
synced 2025-08-02 02:56:05 -04:00
Moved builder files to new subdirectory
This commit is contained in:
parent
5acdad7b85
commit
e54562b9f4
11 changed files with 0 additions and 0 deletions
16
builder/builder-gitconfig
Normal file
16
builder/builder-gitconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue