Following up on #1069284: git instructions lead to error: unknown option `branch' there is supposed to be a "Troubleshooting Git clone" link on the instructions tab, which is especially helpful for people who may be running an older version of Git.

However, it turns out that link only shows up when you're viewing a project you don't maintain, not for your own projects.

This patch should fix it. I didn't actually test it, but it's a pretty trivial patch :)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

helmo’s picture

Assigned: Unassigned » eliza411
FileSize
1.05 KB

Seems logical to add it, although we should then add another one.

Eliza411, could you verify?

eliza411’s picture

Assigned: eliza411 » helmo
Status: Needs review » Reviewed & tested by the community

I don't know why this didn't show up in my dashboard issues ... anyhow, this looks right to me. I already made the update in the database, so applying the patch for consistency is good, and we won't need to re-deploy.

helmo’s picture

Status: Reviewed & tested by the community » Fixed

committed, thanks for noticing.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 6f69288 on 6.x-1.x, 7.x-1.x-dev by helmo:
    Issue #1075982 by helmo, David_Rothstein: Fixed 'Troubleshooting Git...