RE: Strong buying today1 May 2026 08:57
Git in its most basic form is like checkpoints in a game. Every so often you want a checkpoint so in case you destroy everything, it's okay. You can just restart at a checkpoint.
You play around, level up and want to save your character. First, you need to mark your character and say 'I want to save this. Mark this guy for saving' This is staging a commit (Git add xxx)
You confirm that you want to save the character. Before you do, the game asks you to write a message so you know what this save just did. Once make a message it will save the game TO YOUR CONSOLE (more on this later in the remote bit). Congrats You just did a commit
Turns out the game can save files online so you can pick up on any console. All you have to do is tell it to save the files on your console to the online versions This is the remote repositories