Github all commands you need to know
Here is a cheatsheet for all the GitHub commands. 1. git help Take help from GitHub help section for different commands and other errors 2. git init To create a local git repository for us in our store folder. This will help to manage the git commands for that particular repository. This means “Initialise a […]