You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, very cool project! Question for you:
Is there an argument (or arguments) that can be passed (e.g. oco --confirm yes --push yes) to enable the oco command to complete a commit and push without user input? Would like to use this as part of a custom CI/CD script but need to automate these steps first.
First of all, very cool project! Question for you:
Is there an argument (or arguments) that can be passed (e.g.
oco --confirm yes --push yes
) to enable theoco
command to complete a commit and push without user input? Would like to use this as part of a custom CI/CD script but need to automate these steps first.Thanks!
https://github.com/di-sukharev/opencommit/blob/916ddf02d1fcbf6082362e153262e177e39b743b/src/commands/commit.ts#L66C5-L66C5
The text was updated successfully, but these errors were encountered: