mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Small fixes in advanced guide
This commit is contained in:
@@ -11,17 +11,17 @@ concepts that we will explain here. You will need them for the later pages.
|
|||||||
|
|
||||||
Moose has about 260.000 lines of code and the amount is increasing each week.
|
Moose has about 260.000 lines of code and the amount is increasing each week.
|
||||||
To maintain such a big code base a vcs (version control system) is needed.
|
To maintain such a big code base a vcs (version control system) is needed.
|
||||||
Moose uses [Git], a distributed source code management created 2005 by Linus
|
Moose uses [Git], a distributed source code management system created 2005 by
|
||||||
Torvalds for the development of the Linux kernel.
|
Linus Torvalds for the development of the Linux kernel.
|
||||||
|
|
||||||
As developer platform [GitHub] was choosen as a central place for Moose
|
As developer platform [GitHub] was choosen as a central place for Moose
|
||||||
to create, store, and manage the code. [GitHub] use [Git] for version control
|
to create, store, and manage the code. [GitHub] use [Git] as version control
|
||||||
and provides additional functionality like access control, bug tracking, feature
|
system and provides additional functionality like access control, bug tracking,
|
||||||
requests and much more.
|
feature requests and much more.
|
||||||
|
|
||||||
As a Moose you don't need to learn to use [Git]. You can download the files on
|
As a Moose user you don't need to learn how to use [Git]. You can download the
|
||||||
[GitHub] with a browser. But using [Git] will ease up the steps to keep the
|
files on [GitHub] with a browser. But using [Git] will ease up the steps to keep
|
||||||
Moose version on your hard disk up to date.
|
the Moose version on your hard disk up to date.
|
||||||
|
|
||||||
You will need to interact with [GitHub]. At least to download the Moose files.
|
You will need to interact with [GitHub]. At least to download the Moose files.
|
||||||
For non developers the page can be confusing. Take your time and read this
|
For non developers the page can be confusing. Take your time and read this
|
||||||
@@ -73,6 +73,8 @@ Moose framework.
|
|||||||
# What is a debugger (good for)
|
# What is a debugger (good for)
|
||||||
|
|
||||||
[Git]: https://en.wikipedia.org/wiki/Git
|
[Git]: https://en.wikipedia.org/wiki/Git
|
||||||
|
[GitHub]: https://github.com/
|
||||||
|
[YouTube]: https://www.youtube.com/
|
||||||
[Moose Discord]: https://discord.gg/gj68fm969S
|
[Moose Discord]: https://discord.gg/gj68fm969S
|
||||||
[overview]: ../index.md
|
[overview]: ../index.md
|
||||||
[reposities]: ../repositories.md
|
[reposities]: ../repositories.md
|
||||||
|
|||||||
Reference in New Issue
Block a user