/
Sangak
/
ardupilot_wiki
Обзор
Документация
Войти
/
Sangak
/
ardupilot_wiki
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
dev/source/docs/git-fork.rst
22 строки
1 KB
Randy Mackay
Dev: fork page gets link to submitting-pr-to-master
06 мар 2018, 09:06
06 мар 2018, 09:06
2a641a4
Код
Авторство
О чём код?
.. _git-fork: ====================== Forking the repository ====================== .. image:: ../images/git-fork-clone.png :width: 70% If you are working towards :ref:`submitting code back to the main ArduPilot repo <submitting-patches-back-to-master>` you will want to create your own personal copy of the ArduPilot repository on the GitHub servers. This is called "forking" the repo. When you fork the ArduPilot repo, the code's history of changes is preserved and a relationship between the fork and the original is maintained which allows the fork to be updated from the original and for changes to be submitted back to the original. - `sign up for a free user account with Github <https://github.com/join>`__ - open a web browser and go to `github.com/ArduPilot/ardupilot <https://github.com/ArduPilot/ardupilot>`__ - Click the "Fork" button on the upper right corner and follow the instructions .. image:: ../images/APM-Git-Github-Fork-300x64.jpg When your are finished there will be a new repository within your account: ``//github.com/your-github-userid/ardupilot`` This forked repository is what you will :ref:`clone <git-clone>` and work on locally when making changes to the code.