Git in Action #0
What is git?
Git is a must in software engineering and what it does in core can be categorized as following:
Back up your code on cloud
Synchronize your local (machine) code with remote (cloud)
Keep track of changes (version control)
Multi-versio...
simplekit.hashnode.dev1 min read