remove warning about repo hosts

This commit is contained in:
Audrey Jensen 2023-08-09 19:24:40 +00:00
parent e30a17574a
commit b9488400df

View File

@ -14,9 +14,6 @@ It is cross-platform compatible, and can be run on Windows or Linux servers.
The recommended way to manage the app is through version-control software, such as Git. Git is recommended as it greatly simplifies continuous integration/development and provides a robust system for managing application versions.
This section will detail how to set up Git SCM for Windows.
> **WARNING!**
If you host the Git repo on the same machine as the application, you will need to make sure youre keeping backups somewhere safe. If you dont do this and data on the server is lost, the only other copies will be on development machines.
### Understanding Git
Imagine our repository as a tree. The trunk is our origin, or master upstream branch, from which everything branches off.
Each branch in the tree organizes groups of changes to the origin. The leaves on these branches represent individual changes to files. A leaf may be a change to a specific line, or a whole new file.