diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-23 11:56:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-23 11:56:33 -0200 |
commit | 50fa88e6ee05f2077464769a9a33a0e7e9febb6e (patch) | |
tree | bbf9cfc4e82d9640bd7d0e1ec8efffa9bce3a10b | |
parent | 066f667a4dabd6e3f3aeaef2bc5135268b71d7f9 (diff) | |
download | utils-git-50fa88e6ee05f2077464769a9a33a0e7e9febb6e.tar.gz utils-git-50fa88e6ee05f2077464769a9a33a0e7e9febb6e.tar.bz2 |
Updates description for git-checkout-branch
-rwxr-xr-x | git-checkout-branch | 4 |
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. |