diff --git a/JugarAlPadel/K8S/pepe b/JugarAlPadel/K8S/pepe deleted file mode 100644 index e69de29..0000000 diff --git a/JugarAlPadel/README.md b/JugarAlPadel/README.md index 012a447..2e084ac 100644 --- a/JugarAlPadel/README.md +++ b/JugarAlPadel/README.md @@ -46,3 +46,11 @@ https://testdriven.io/blog/dockerizing-django-with-postgres-gunicorn-and-nginx/ ALTER SEQUENCE tablename_id_seq RESTART WITH nn; esto se hace cuando restauro un volcado de la bd sobre una instalación nueva. Si hay índices ya creados, hay que reinciar a partir del último. + +# GIT + +avoid credentials: + + git config credential.helper store + +después se hace un pull o push o lo que sea que te pida el usuario y password, los metes y ya la próxima no hace falta