aboutsummaryrefslogtreecommitdiff
path: root/git-checkout-branch
diff options
context:
space:
mode:
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.