Closed (fixed)
Project:
Project Git instructions
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jun 2012 at 23:09 UTC
Updated:
22 Jul 2012 at 16:01 UTC
I'm not sure what version is running on Drupal.org, or even if this is the module providing the text, but this text seems wrong:
This creates and checks out a new branch in one command.
git checkout -b 7.x-1.x
git push -u origin 7.x-1.x
Comments
Comment #1
sreynen commentedSomeone pointed out to me that the comment only refers to the first command, which is true, but unclear to someone who doesn't already know what the commands do. I suggest maybe changing "This" to "The first command" as used elsewhere on the page.
Comment #2
marvil07 commentedComment #3
helmo commentedComment #4
eliza411 commentedI'm planning to change this to:
This creates and checks out a new branch in one command, then pushes it to Drupal.org
as it seems the most concise way of being precise.
Comment #5
helmo commentedLooks OK.
Comment #6
Drave Robber commentedLooks good to a Git noob like me, too.
Comment #7
eliza411 commentedChanged on d.o.