Skip to content

Commit d3f5af6

Browse files
authored
Snapshots (Version Control).md
The current version of the article about snapshots on this projects Wiki.
1 parent b1e21cf commit d3f5af6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Snapshots (version control)
2+
3+
[go back](https://github.com/seanpm2001/SNU_CardStack/wiki)
4+
5+
_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_
6+
7+
_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)_
8+
9+
_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._
10+
11+
_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._
12+
13+
**This article on Version Control is a stub. You can help by expanding it!**

0 commit comments

Comments
 (0)