relizy / pushTagForce
Function: pushTagForce()
pushTagForce(
tag,cwd?,logLevel?):Promise<void>
Defined in: src/core/git-refs.ts:119
Force-push a single tag to origin. Used only after explicit confirmation.
Parameters
tag
string
cwd?
string
logLevel?
"error" | "silent" | "warning" | "normal" | "default" | "debug" | "trace" | "verbose"
Returns
Promise<void>