git town config offline <true|false>
The offline configuration command displays or changes Git Town's offline mode. Git Town skips network operations in offline mode.
Arguments
- without an argument, displays the current offline status
- when given
yes
,1
,on
, ortrue
enables offline mode - when given
no
,0
,off
, orfalse
disables offline mode