Commit automático inicial

This commit is contained in:
2025-09-11 03:44:53 +02:00
parent 253ac3b3b4
commit ccfa79353c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -45,7 +45,7 @@
{ {
"type": "stream", "type": "stream",
"name": "stdout", "name": "stdout",
"text": "Resultado creaci\u00f3n: ok: controlando_git_desde_python http://10.8.0.6:3123/egutierrez/controlando_git_desde_python\n\n" "text": "Resultado creaci\u00f3n: ok: controlando_git_desde_python http://10.8.0.6:3123/egutierrez/controlando_git_desde_python\n"
}, },
{ {
"type": "stream", "type": "stream",
@@ -55,7 +55,7 @@
{ {
"type": "stream", "type": "stream",
"name": "stdout", "name": "stdout",
"text": "[master 5c21f20] Commit autom\u00e1tico inicial\n 2 files changed, 100 insertions(+), 5 deletions(-)\n" "text": "\n[master 253ac3b] Commit autom\u00e1tico inicial\n 1 file changed, 22 insertions(+), 1 deletion(-)\n"
}, },
{ {
"type": "stream", "type": "stream",
+1 -1
View File
@@ -33,7 +33,7 @@ def _():
repo_name = carpeta_actual repo_name = carpeta_actual
def crear_repo(host, username, token, repo_name, private=True, description=""): def crear_repo(host, username, token, repo_name, private=False, description=""):
"""Crea un repositorio en GitHub, GitLab o Gitea según el host. """Crea un repositorio en GitHub, GitLab o Gitea según el host.
Devuelve 'ok: nombre_repo url' o 'fail'. Devuelve 'ok: nombre_repo url' o 'fail'.
""" """