Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#22818 closed Uncategorized (fixed)

Committing code: Add cd command to ensure "git remote add upstream" command works

Reported by: josh_parris Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Following the "git remote add upstream" commands in the instructions for Committing code doesn't work unless you are in the Django directory; the error returned by git doesn't suggest this is the problem.

https://github.com/django/django/pull/2800

Change History (3)

comment:1 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In bcc3d2b9788cbee5f3fc654c1b0e8324294d8f02:

Fixed #22818 -- Clarified you need to cd into the Django clone.

Thanks Josh Parris.

comment:2 by Tim Graham <timograham@…>, 10 years ago

In 15fe4ab671bd24ebd73e3b997b63d8e122c03073:

[1.6.x] Fixed #22818 -- Clarified you need to cd into the Django clone.

Thanks Josh Parris.

Backport of bcc3d2b978 from master

comment:3 by Tim Graham <timograham@…>, 10 years ago

In 910b37e35682bd7c9a94eb2c8ae27504db2caf4f:

[1.7.x] Fixed #22818 -- Clarified you need to cd into the Django clone.

Thanks Josh Parris.

Backport of bcc3d2b978 from master

Note: See TracTickets for help on using tickets.
Back to Top