How git works
Git is a nice version control system. It allows to commit changes in files. Git saves it in a tree system since it uses branches to allow merges.
How it works
As I said, git uses branches it looks like this
There you see that you have the main branc...
blog.jlosch.de1 min read