mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-23 15:48:16 -05:00
chore: fix typo
This commit is contained in:
parent
bee72c5530
commit
b491f9b923
2 changed files with 4 additions and 4 deletions
|
@ -104,8 +104,8 @@ export class GitService {
|
|||
['core.fsmonitor', 'true', 0],
|
||||
['core.fscache', 'true', 0],
|
||||
['core.untrackedcache', 'true', 0],
|
||||
['om-my-zsh.hide-status', '1', 0],
|
||||
['on-my-zsh.hide-dirty', '1', 0],
|
||||
['oh-my-zsh.hide-status', '1', 0],
|
||||
['oh-my-zsh.hide-dirty', '1', 0],
|
||||
['lfs.allowincompletepush', 'true', 0],
|
||||
['lfs.concurrenttransfers', '32', 0],
|
||||
['push.autoSetupRemote', 'true', 0]
|
||||
|
|
|
@ -26,8 +26,8 @@ feature.manyFiles=true
|
|||
core.fsmonitor=true
|
||||
core.fscache=true
|
||||
core.untrackedcache=true
|
||||
om-my-zsh.hide-status=1
|
||||
on-my-zsh.hide-dirty=1
|
||||
oh-my-zsh.hide-status=1
|
||||
oh-my-zsh.hide-dirty=1
|
||||
lfs.allowincompletepush=true
|
||||
lfs.concurrenttransfers=32
|
||||
push.autoSetupRemote=true
|
||||
|
|
Loading…
Reference in a new issue