document exit codes
This commit is contained in:
12
README.md
12
README.md
@ -11,3 +11,15 @@ docker run -v FULL_PATH_TO_LOCAL_REPO:/application_repo -v FULL_PATH_TO_SSH_FOLD
|
|||||||
# after this finishes must go to FULL_PATH_TO_LOCAL_REPO and push yourself
|
# after this finishes must go to FULL_PATH_TO_LOCAL_REPO and push yourself
|
||||||
git push origin develop
|
git push origin develop
|
||||||
git push origin --tags
|
git push origin --tags
|
||||||
|
|
||||||
|
# Exit Codes
|
||||||
|
Exit codes mean things
|
||||||
|
|
||||||
|
## 1
|
||||||
|
No merge found
|
||||||
|
## 2
|
||||||
|
Not a main branch
|
||||||
|
## 3
|
||||||
|
No git flow branch name found
|
||||||
|
## 128
|
||||||
|
Totally broken dont know why
|
||||||
|
Reference in New Issue
Block a user