From d5256fa53c2ae07ea6d14d0b5c3799500fd2c0d2 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmCVaCpC6As7EZbwfzjUyvJozhjpjtfMUs" Date: Thu, 16 Jun 2011 17:40:36 -0700 Subject: [PATCH 1/1] --- AFSLore/GitDevelopers.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFSLore/GitDevelopers.mdwn b/AFSLore/GitDevelopers.mdwn index 5bbe6d9..6aacf18 100644 --- a/AFSLore/GitDevelopers.mdwn +++ b/AFSLore/GitDevelopers.mdwn @@ -48,7 +48,7 @@ For example, to checkout the 'openafs-stable-1\_4\_x' branch: git checkout origin/openafs-stable-1_4_x -Note that if you wish to do development, you should either make a local branch which tracks the remote one, using something like +Note that if you wish to do development on a particular branch, you should either make a local branch which tracks the remote one, using something like git checkout -b openafs-stable-1_4_x origin/openafs-stable-1_4_x -- 1.9.4