From c23aa736264d47c51b2f2ff2e3139187204fc9b8 Mon Sep 17 00:00:00 2001 From: Andrew Northall Date: Sun, 15 Aug 2021 20:11:25 +0100 Subject: Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. --- docs/internals/contributing/writing-code/working-with-git.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/internals/contributing/writing-code/working-with-git.txt') diff --git a/docs/internals/contributing/writing-code/working-with-git.txt b/docs/internals/contributing/writing-code/working-with-git.txt index 9b8713b476..1a70579845 100644 --- a/docs/internals/contributing/writing-code/working-with-git.txt +++ b/docs/internals/contributing/writing-code/working-with-git.txt @@ -24,7 +24,7 @@ your operating system's package manager. Django's `Git repository`_ is hosted on `GitHub`_, and it is recommended that you also work using GitHub. -After installing Git, the first thing you should do is setup your name and +After installing Git, the first thing you should do is set up your name and email:: $ git config --global user.name "Your Real Name" @@ -55,7 +55,7 @@ cloned directory, so switch to it now:: Your GitHub repository will be called "origin" in Git. -You should also setup ``django/django`` as an "upstream" remote (that is, tell +You should also set up ``django/django`` as an "upstream" remote (that is, tell git that the reference Django repository was the source of your fork of it):: git remote add upstream git@github.com:django/django.git -- cgit v1.3