git town offline
git town offline
The offline configuration command displays or changes Git Town's offline mode. Git Town skips all network operations in offline mode.
Positional arguments
When called without an argument, the offline command displays the current offline status.
When called with yes
, 1
, on
, or true
, this command enables offline mode.
When called with no
, 0
, off
, or false
, it disables offline mode.
--verbose / -v
The --verbose
aka -v
flag prints all Git commands run under the hood to
determine the repository state.