diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-23 11:55:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-23 11:55:43 -0200 |
commit | 066f667a4dabd6e3f3aeaef2bc5135268b71d7f9 (patch) | |
tree | 83614281b8dfb150d88c7977d934eec8d287fad4 | |
parent | 77323523c9aed412bf119bf7b827ce7f53350c77 (diff) | |
download | utils-git-066f667a4dabd6e3f3aeaef2bc5135268b71d7f9.tar.gz utils-git-066f667a4dabd6e3f3aeaef2bc5135268b71d7f9.tar.bz2 |
Updates description for git-checkout-branch
-rwxr-xr-x | git-checkout-branch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/git-checkout-branch b/git-checkout-branch index 625cbd1..e832086 100755 --- a/git-checkout-branch +++ b/git-checkout-branch @@ -1,9 +1,7 @@ #!/bin/bash # -# Checkout branche a submodule. -# -# Searches a branch whose latest commit is the given branch and checkout to -# that branch. +# Checkout a branch in a submodule whose latest commit is the given branch and +# checkout to that branch. # # Intended to run only in development environments. In production, always use # "git submodule update" only. |