-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An archive of the first version of the snapshot version control system article for this projects Wiki.
- Loading branch information
1 parent
612f6f6
commit db3b652
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...ctWiki/Snapshots (Version Control)/OldVersions/Snapshots (Version Control)V1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
*** | ||
|
||
# Snapshots (version control) | ||
|
||
[Go back](https://github.com/seanpm2001/SNU_2D_Erotica/wiki/) | ||
|
||
_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_ | ||
|
||
_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)_ | ||
|
||
_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._ | ||
|
||
_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._ | ||
|
||
**This article on Version Control is a stub. You can help by expanding it!** | ||
|
||
*** | ||
|
||
Article version: `1 (Wednesday, June 24th 2020 at 9:05 pm)` | ||
|
||
*** |