From: Silvio Rhatto Date: Thu, 23 Nov 2017 13:56:33 +0000 (-0200) Subject: Updates description for git-checkout-branch X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=50fa88e6ee05f2077464769a9a33a0e7e9febb6e;p=utils-git.git Updates description for git-checkout-branch --- diff --git a/git-checkout-branch b/git-checkout-branch index e832086..f9516d4 100755 --- a/git-checkout-branch +++ b/git-checkout-branch @@ -1,7 +1,7 @@ #!/bin/bash # -# Checkout a branch in a submodule whose latest commit is the given branch and -# checkout to that branch. +# Checkout a branch in a submodule whose latest commit matches the commit id +# recorded in the parent repository submodule config. # # Intended to run only in development environments. In production, always use # "git submodule update" only.