Commit automático inicial
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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'.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user