diff --git a/README.md b/README.md index 98aea90..c1c6863 100644 --- a/README.md +++ b/README.md @@ -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 you’re keeping backups somewhere safe. If you don’t 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.