remove warning about repo hosts
This commit is contained in:
parent
e30a17574a
commit
b9488400df
@ -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.
|
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.
|
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
|
### Understanding Git
|
||||||
Imagine our repository as a tree. The trunk is our ‘origin’, or master upstream branch, from which everything branches off.
|
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.
|
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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user