Fix: a bug that causes an error when pushing without setting git remote (#396)

This commit is contained in:
Takanori Matsumoto
2024-09-05 00:42:54 +09:00
committed by GitHub
parent 1d19ddd9e2
commit fa1cf46050
6 changed files with 218 additions and 6 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ All available languages are currently listed in the [i18n](https://github.com/di
### Push to git (gonna be deprecated)
A prompt to ushing to git is on by default but if you would like to turn it off just use:
A prompt for pushing to git is on by default but if you would like to turn it off just use:
```sh
oco config set OCO_GITPUSH=false