From e167be5f0251f0faab87f21b30b610a30cb6c7cc Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sun, 7 Aug 2022 01:18:44 +0200 Subject: [PATCH 1/2] Add link to git and git service providers --- docs/source/guides/tools.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/guides/tools.rst b/docs/source/guides/tools.rst index 9b700bea..e1d09e93 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 `_ From 19e4727eb98083c33b65199ee1ad17a22d197acc Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sun, 7 Aug 2022 01:26:10 +0200 Subject: [PATCH 2/2] Add guides for git and GitHub --- docs/source/guides/tools.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/guides/tools.rst b/docs/source/guides/tools.rst index e1d09e93..77b79bd4 100644 --- a/docs/source/guides/tools.rst +++ b/docs/source/guides/tools.rst @@ -84,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