summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2020-09-08 15:51:30 +0200
committerMaxime “pep” Buquet <pep@bouah.net>2020-09-10 10:05:55 +0200
commit4b01469a62bc753af9d256d63e81244d424af003 (patch)
tree37453161c6a3491a4f2db27f2509ba815db95b91 /doc
parent48373be7514b7d5e61d51ab458c35503ddf57b64 (diff)
downloadpoezio-4b01469a62bc753af9d256d63e81244d424af003.tar.gz
poezio-4b01469a62bc753af9d256d63e81244d424af003.tar.bz2
poezio-4b01469a62bc753af9d256d63e81244d424af003.tar.xz
poezio-4b01469a62bc753af9d256d63e81244d424af003.zip
Migrate to 'main' branch
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/dev/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/dev/contributing.rst b/doc/source/dev/contributing.rst
index 8d386c87..79737b25 100644
--- a/doc/source/dev/contributing.rst
+++ b/doc/source/dev/contributing.rst
@@ -38,8 +38,8 @@ useless merges (and polluting the commit history) when none is needed.
.. code-block:: bash
git fetch origin
- git rebase origin/master
- git push origin master
+ git rebase origin/main
+ git push origin main
If your commit is related to an issue on our tracker_ (or fixes such an
issue), you can use ``Fix #BUGID`` or ``References #BUGID`` to help with the