Skip to content

Commit b1f08d0

Browse files
authored
Snapshots (Version Control)V1.md
An archive of the first version of the snapshot version control system article for this projects Wiki.
1 parent fc48c20 commit b1f08d0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
***
3+
4+
# Snapshots (version control)
5+
6+
[Go back](https://github.com/seanpm2001/AGRAN-Programming-language/wiki/)
7+
8+
_Snapshots are part of an old version control system I have been using since early 2019 in my projects. A snapshot is an archived version of a page for after edits are done for the day, or a specified time period. Snapshot files do not carry their own extensions, it normally involves **snapshot#** before the file extension in the file path. The use of the word **snapshot** was inspired by VirtualBox Virtual Machine snapshots_
9+
10+
_Different file types use different aliases. Snapshot files are normally always HTML files. Everything else uses a different system for archival (which is V# (as in V1) at the end of the file)_
11+
12+
_Snapshot files are not to be modified after they are created. They are an archival of the work from a day, and not a continuing project._
13+
14+
_In the bottom of HTML documents, a snapshot section is normally included. This snapshot section links to all the snapshots of a page, and (in later documents) shows the date of the snapshot in the snapshot section._
15+
16+
**This article on Version Control is a stub. You can help by expanding it!**
17+
18+
***
19+
20+
Article version: `1 (Wednesday, July 8th 2020 at 5:32 pm)`
21+
22+
***

0 commit comments

Comments
 (0)