new implementation for git pull (#218)

* new implementation for git pull

* implemented review comments: use absolute paths

* fixed linting errors and warnings

* fixed spellcheck hints, and ignored one of them

* Update config.json

* Create CHANGELOG.md

* Update Dockerfile

* Create build.json

* add new cli
This commit is contained in:
Maarten Groeneweg
2018-01-11 15:09:32 +01:00
committed by Pascal Vizeli
parent 3b7b657f95
commit bf67692f9d
5 changed files with 100 additions and 43 deletions

5
git_pull/build.json Normal file
View File

@@ -0,0 +1,5 @@
{
"args": {
"CLI_VERSION": "1.0.1"
}
}