# 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-version of your code base (branching)

- Collaborative team development


### How this tutorial works?
We try to keep it natural. All the steps you need to do to setup and start working with Git are explained as short as possible! <br/>
Tutorials are mostly based on scenarios which will be reviewed as workshop after a concept is covered. <br/>
Workshops are best way to practice what you learned and check your answers to make sure you got it right!

So, let dive in!

[Next Section](https://simplekit.hashnode.dev/git-in-action-2)




