Lines Matching +full:windows +full:- +full:remote +full:- +full:only
4 Mesa uses `Git <https://git-scm.com>`__ as its source code management
11 user <anonymous>` (read-only) or as a :ref:`developer <developer>`
22 --------------------
24 To get the Mesa sources anonymously (read-only):
29 .. code-block:: console
35 .. code-block:: console
41 .. code-block:: console
48 --------------------
54 `mesa-dev <https://lists.freedesktop.org/mailman/listinfo/mesa-dev>`__
59 - Use `GitLab <https://gitlab.freedesktop.org/>`__ to create your
61 - Wait for someone to review the code and give you a ``Reviewed-by``
63 - You'll have to rely on another Mesa developer to push your initial
71 ---------------------------------------------
80 .. code-block:: console
82 … git remote set-url --push origin https://USER:TOKEN@gitlab.freedesktop.org/your~user~name/mesa.git
84 Windows Users
85 -------------
88 Windows <https://git.wiki.kernel.org/index.php/WindowsInstall>`__ you'll
92 .. code-block:: console
94 git config --global core.autocrlf true
102 --------------------
110 Questions about branch status/activity should be posted to the mesa-dev
114 ------------------
121 .. code-block:: console
123 git config branch.main.remote origin
140 .. code-block:: console
148 .. code-block:: console
158 changes, Git will make a fast-forward merge branch, branching from
164 .. code-block:: console
166 git pull --rebase
184 .. code-block:: console
187 git config --global branch.autosetuprebase=always