mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-03 21:24:30 +03:00
13 lines
147 B
Lua
13 lines
147 B
Lua
return {
|
|
autofetch = {
|
|
enable = true,
|
|
minutes = 10
|
|
},
|
|
autopush = {
|
|
enable = false
|
|
},
|
|
autoupdate = {
|
|
enable = false
|
|
}
|
|
}
|