My own version control system.
Run the class uj.java.pwj2020.Gvt
with a command as a parameter.
Initializes new directory
Adds to gvt file specified as a parameter, takes an optional message.
Detach from gvt file specified as a parameter, takes an optional message.
Restores files to the state of the specific version specified in the parameter.
Commit changes to the file specified as a parameter, takes an optional message.
Displays the version history in format: {version number}: {commit message}
If no parameters specified, all versions are displayed.
Parameter -last {n}
displays last n versions.
Shows details about version specified as a paramter.