You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,6 +54,18 @@ The following is a detailed explanation of the steps provided in the Quick start
54
54
#. Fork the labscript-suite repositories you want to develop using the `GitHub online interface <https://help.github.com/en/github/getting-started-with-github/fork-a-repo>`_.
55
55
Below we will include all repositories (except the labscript-suite metapackage).
56
56
57
+
.. attention::
58
+
59
+
Recent `changes in Github's online interface <https://github.blog/changelog/2022-07-27-you-can-now-fork-a-repo-and-copy-only-the-default-branch/>`_
60
+
mean that version tags are not copied into new forks by default.
61
+
These tags are necessary to properly resolve component versions when installing from your fork.
62
+
To override this behavior, ensure the `Copy master branch only` checkbox is **unchecked**.
63
+
64
+
.. image:: Copymasterbranchonly.png
65
+
:width:400
66
+
:align:center
67
+
:alt:Unselect this option to copy version tags too
68
+
57
69
#. Manually clone the forked repositories using |GitClone|_.
Copy file name to clipboardExpand all lines: docs/source/installation/developer-pypi.rst
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,18 @@ The following is a detailed explanation of the steps provided in the Quick start
34
34
35
35
1. Fork the labscript-suite repositories you want to develop using the `GitHub online interface <https://help.github.com/en/github/getting-started-with-github/fork-a-repo>`_. Below we will include all repositories (except the labscript-suite metapackage).
36
36
37
+
.. attention::
38
+
39
+
Recent `changes in Github's online interface <https://github.blog/changelog/2022-07-27-you-can-now-fork-a-repo-and-copy-only-the-default-branch/>`_
40
+
mean that version tags are not copied into new forks by default.
41
+
These tags are necessary to properly resolve component versions when installing from your fork.
42
+
To override this behavior, ensure the `Copy master branch only` checkbox is **unchecked**.
43
+
44
+
.. image:: Copymasterbranchonly.png
45
+
:width:400
46
+
:align:center
47
+
:alt:Unselect this option to copy version tags too
48
+
37
49
38
50
.. The below is a hack in order to make a code block also a hyperlink, see https://docutils.sourceforge.io/docs/ref/rst/directives.html#replace
0 commit comments