Beginners
Git is a powerful version control system used for tracking changes in a file or directory during any software development process.
The following commands will help you to use git in your next software development project:
1. git init - to initialize a new git repository.
2. git add