From 71f26c90b970acb3300e171eb46af2a90e811ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20De=20Un=C3=A1nue?= Date: Mon, 18 May 2020 03:28:08 -0500 Subject: [PATCH] =?UTF-8?q?Incluye=20a=20los=20sub-m=C3=B3dulos=20en=20el?= =?UTF-8?q?=20resumen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git.org b/git.org index f832dca..02c8d74 100644 --- a/git.org +++ b/git.org @@ -85,6 +85,10 @@ [url "https://bitbucket.org/"] insteadOf = bb: +[status] + submoduleSummary = true + + [alias] co = checkout cot = "!f() { git branch | grep $1 | xargs -I {} git co {}; }; f"