14
Jul
Step 1 : Open your Github account Step 2 : Click on new repository Step 3 : Fill out the repository details Repository name: (e.g., project-name) Description: (optional) Public or Private: Choose based on your preference. Step 4 : Click "Create repository" Step 5 : Open Cmd and Navigate to your project directory Step 6 : tpye "git init" and hit enter Step 7 : tpye "git add . " and hit enter Step 8 : tpye 'git commit -m "anything" ' and hit enter Step 9 : Copy the repository URL After creating the repository you will see the…