Add git.clone and git.checkout states
This commit is contained in:
@@ -18,6 +18,8 @@ class CommandState extends State {
|
||||
if ( this._config.reverse ) {
|
||||
const cmd = `${this._config.reverse}`
|
||||
await this._host.run(cmd)
|
||||
} else {
|
||||
this.output.warn(`No reversal command specified for Command State. Nothing was changed. (Host: ${this._host.name})`)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user