From: https://www.google.com/accounts/o8/id?id=AItOawmCVaCpC6As7EZbwfzjUyvJozhjpjtfMUs Date: Fri, 17 Jun 2011 00:40:36 +0000 (-0700) Subject: (no commit message) X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=d5256fa53c2ae07ea6d14d0b5c3799500fd2c0d2;hp=14eba4fc9beade404e3b1ac7b78087daa771fe37 --- 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