Git basic commands – init, add, commit, push
Git is an amazing version control system. Here are few basic commands that you need to start any git project. git init git init is used to create a new repository. If you have a local project folder in your system, then git init command will make the project as …