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"