feat: git init + commands

This commit is contained in:
Nick
2019-02-03 02:48:30 -05:00
parent 830ddd9d2c
commit d5028b1bce
8 changed files with 13993 additions and 21 deletions

View File

@@ -41,3 +41,18 @@ props:
type: String
title: Password / PAT
hint: Basic Authentication Only
localRepoPath:
type: String
title: Local Repository Path
default: './data/repo'
hint: 'Path where the local git repository will be created.'
defaultEmail:
type: String
title: Default Author Email
default: 'name@company.com'
hint: 'Used as fallback in case the author of the change is not present.'
defaultName:
type: String
title: Default Author Name
default: 'John Smith'
hint: 'Used as fallback in case the author of the change is not present.'