diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2020-09-08 15:51:30 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2020-09-10 10:05:55 +0200 |
commit | 4b01469a62bc753af9d256d63e81244d424af003 (patch) | |
tree | 37453161c6a3491a4f2db27f2509ba815db95b91 /doc/source | |
parent | 48373be7514b7d5e61d51ab458c35503ddf57b64 (diff) | |
download | poezio-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/source')
-rw-r--r-- | doc/source/dev/contributing.rst | 4 |
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 |