I hereby claim:
- I am matiasduhalde on github.
- I am duhalde (https://keybase.io/duhalde) on keybase.
- I have a public key ASBHk7KFz3BUewVQSWviD_zDF8jXy49OJ3h7f7ZABsKo-wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import { | |
| ValidationArguments, | |
| ValidationOptions, | |
| ValidationTypes, | |
| registerDecorator, | |
| } from 'class-validator'; | |
| import 'reflect-metadata'; | |
| // Must not conflict with other existing properties in the application | |
| const MUTUALLY_EXCLUSIVE_KEY = (tag: string) => |
| const monthsLabels = [ | |
| 'January', | |
| 'February', | |
| 'March', | |
| 'April', | |
| 'May', | |
| 'June', | |
| 'July', | |
| 'August', | |
| 'September', |
| # FIND ALL NESTED REPOS | |
| echo "Looking for repositories in" `pwd` | |
| # CHANGE -mindepth TO 1 TO ALSO PULL REPO IN SAME DIRECTORY AS SCRIPT | |
| REPOSITORIES=`find -mindepth 2 -type d -name '.git' -printf '%h\n' | sed 's/^.\{1\}//'` | |
| echo "Found:" | |
| echo "$REPOSITORIES" | |
| # GET SCRIPT DIR | |
| BASEDIR=$(pwd) | |
| cd "$BASEDIR" |
not a git command / no es un comando de gitnot a git repository / no es un repositorio gitAnother git process seems to be running in this repository / Otro proceso git parece estar ejecutando en el repositorioNo configured push destination / No se ha configurado un destino para el empujeThe current branch master has no upstream branch / La rama actual master no tiene una rama upstreamCould not read from remote repository / No se pudo leer del repositorio remoto