fix clone state; example routine

This commit is contained in:
garrettmills
2020-06-14 09:07:26 -05:00
parent 361a307d8d
commit afb35ebad8
9 changed files with 162 additions and 63 deletions

View File

@@ -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() {