diff --git a/docs/source/guides/tools.rst b/docs/source/guides/tools.rst index 9b700bea..77b79bd4 100644 --- a/docs/source/guides/tools.rst +++ b/docs/source/guides/tools.rst @@ -38,6 +38,14 @@ File editors * `VSCodium `_ * `Notepad++ `_ +Version control +^^^^^^^^^^^^^^^ + +* `git `_ + + * `GitHub `_ + * `GitLab `_ + Graphics / animation / color editors ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * `Paint.net `_ @@ -76,3 +84,12 @@ Driver editors * `Ninja Ripper v1.7.1 `_ Highly recommended to check the `NoSkill Gitbook modding section `_ for more tools. + +Setting up your development environment +--------------------------------------- + +Using *git* as your source control and GitHub or GitLab as your online repo is highly recommended. This allows you to keep track of the changes you make so that in the case something breaks, you can revert back to a working version and compare the versions to see which change may have introduced the breakage. + +An introduction to *git* can be found here: https://www.youtube.com/watch?v=hwP7WQkmECE + +A video guide to using *GitHub* can be found here: https://www.youtube.com/watch?v=HkdAHXoRtos