]> gitweb.fluxo.info Git - utils-git.git/commitdiff
Updates description for git-checkout-branch
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Nov 2017 13:56:33 +0000 (11:56 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Nov 2017 13:56:33 +0000 (11:56 -0200)
git-checkout-branch

index e8320861639ed000cd156970ed65839bb18a01ba..f9516d42c48643a3ee6a267a1f76226060bb769a 100755 (executable)
@@ -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.