File: git.rst

package info (click to toggle)
pyinstaller 6.13.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,520 kB
  • sloc: python: 41,347; ansic: 11,334; makefile: 176; sh: 136; xml: 19
file content (32 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

New to GitHub or Git?
==========================

Our development workflow is build around Git and GitHub.
Please take your time to become familiar with these.
If you are new to GitHub,
`GitHub has instructions <https://help.github.com/categories/bootcamp/>`_
for getting you started.
If you are new to Git there are a
`tutorial <https://git-scm.com/docs/gittutorial>`_ and an
`excellent book available online <https://git-scm.com/book>`_.


.. Don't use a toctree here to avoid the sections to show up twice in then
   toc of development/index.

**Further Reading**

* :ref:`commit messages`
* :ref:`creating pull-requests`
* :ref:`updating pull-request`
* :ref:`branch model`


.. include:: ../_common_definitions.txt

.. Emacs config:
 Local Variables:
 mode: rst
 ispell-local-dictionary: "american"
 End: