mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-11-19 23:00:37 +01:00
replace paths
This commit is contained in:
parent
497c5fa2bc
commit
754c32c019
9 changed files with 510 additions and 17 deletions
25
assets/.gitconfig
Normal file
25
assets/.gitconfig
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[credential]
|
||||
helper = store
|
||||
[user]
|
||||
email = contact@cipherbliss.com
|
||||
name = tykayn
|
||||
[filesystem "Ubuntu|11.0.7|/dev/mapper/kubuntu--vg-root"]
|
||||
timestampResolution = 5000 nanoseconds
|
||||
minRacyThreshold = 7537 microseconds
|
||||
[rerere]
|
||||
enabled = true
|
||||
[diff]
|
||||
submodule = log
|
||||
#[core]
|
||||
# editor = gedit
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[filesystem "Debian|11.0.16|/dev/mapper/spaceship--vg-root"]
|
||||
timestampResolution = 6000 nanoseconds
|
||||
minRacyThreshold = 6565 microseconds
|
||||
[commit]
|
||||
gpgsign = false
|
||||
[checkout]
|
||||
defaultRemote = origin
|
||||
[core]
|
||||
editor = gedit
|
||||
Loading…
Add table
Add a link
Reference in a new issue