aboutsummaryrefslogtreecommitdiff
path: root/git-checkout-branch
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-23 11:55:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-23 11:55:43 -0200
commit066f667a4dabd6e3f3aeaef2bc5135268b71d7f9 (patch)
tree83614281b8dfb150d88c7977d934eec8d287fad4 /git-checkout-branch
parent77323523c9aed412bf119bf7b827ce7f53350c77 (diff)
downloadutils-git-066f667a4dabd6e3f3aeaef2bc5135268b71d7f9.tar.gz
utils-git-066f667a4dabd6e3f3aeaef2bc5135268b71d7f9.tar.bz2
Updates description for git-checkout-branch
Diffstat (limited to 'git-checkout-branch')
-rwxr-xr-xgit-checkout-branch6
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.