Site Tools


wiki:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
git [July 25, 2026 at 18:24] Ivan Janevskiwiki:git [August 13, 2026 at 18:27] (current) Ivan Janevski
Line 10: Line 10:
 Even worse, some of these "backups" don't compile at all. Yet, these backups that don't compile contain some code you developed that you now need. So, now you have to resort to CTRL + C, CTRL + V from those broken backups, and patch your real code with it. But of course, not before you make another backup. Even worse, some of these "backups" don't compile at all. Yet, these backups that don't compile contain some code you developed that you now need. So, now you have to resort to CTRL + C, CTRL + V from those broken backups, and patch your real code with it. But of course, not before you make another backup.
  
-![When you're not using git](git-folders.png)+![When you're not using git](wiki/git-folders.png)
  
 Okay, this is way too many backups. Surely, there's gotta be a better way?  Okay, this is way too many backups. Surely, there's gotta be a better way? 
 Yes! That is exactly the problem that Git solves. Yes! That is exactly the problem that Git solves.
wiki/git.md · Last modified: by Ivan Janevski