aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-23 11:56:33 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-23 11:56:33 -0200
commit50fa88e6ee05f2077464769a9a33a0e7e9febb6e (patch)
treebbf9cfc4e82d9640bd7d0e1ec8efffa9bce3a10b
parent066f667a4dabd6e3f3aeaef2bc5135268b71d7f9 (diff)
downloadutils-git-50fa88e6ee05f2077464769a9a33a0e7e9febb6e.tar.gz
utils-git-50fa88e6ee05f2077464769a9a33a0e7e9febb6e.tar.bz2
Updates description for git-checkout-branch
-rwxr-xr-xgit-checkout-branch4
1 files changed, 2 insertions, 2 deletions
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.