The Code Corner

What is it?

Git and SVN are applications used to maintain a software repository. The main purpose is to keep track of changes in code (or text in general) in a structured and reversible way. The system allows the user to go back to a specific point in time when the code was in a certain state before certain changes were implemented.