Git 101 - Basic Commands
BackgroundGit is a version control system. It tracks the changes you make. Every team uses some kind of versioning tool. One of the biggest features of git is branches. It’s the most popular version constrol system out there and many companies uses it.
Before I start working I actually don’t use git
...