From 50fa88e6ee05f2077464769a9a33a0e7e9febb6e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 23 Nov 2017 11:56:33 -0200 Subject: Updates description for git-checkout-branch --- git-checkout-branch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git-checkout-branch') 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. -- cgit v1.2.3