fix clone state; example routine
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
const AbstractGitState = require('./AbstractGitState')
|
||||
|
||||
// TODO add 'bare' option
|
||||
// TODO add 'new_repo' option (rm -rf .git && git init)
|
||||
class CloneState extends AbstractGitState {
|
||||
|
||||
async apply() {
|
||||
|
||||
Reference in New Issue
Block a user