From f634bdef0f1067f919b19798fc32d023adb44689 Mon Sep 17 00:00:00 2001 From: Florian Wilhelm Date: Wed, 19 Jan 2022 13:00:28 +0100 Subject: [PATCH] Update docs/faq.rst Remove extra line that breaks layout. Co-authored-by: Anderson Bravalheri --- docs/faq.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 90ed5cc12..5d92c9c18 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -184,7 +184,6 @@ Why my file is not being included in the sdist/wheel distribution? .. _git-default-branch: How can I change Git's default branch when creating a new project setup with PyScaffold? - The default branch in Git used to be ``master`` (and still is at least until version 2.32) but nowadays ``main`` is a preferred name. When you use PyScaffold's ``putup`` to set up your project and want to explicitly set the default branch name, just configure this using ``git config``, e.g.::