Git Set Up

[Solved] Git Set Up | Shell - Code Explorer | yomemimo.com
Question : git set up

Answered by : quaint-quelea-gyg3hhay4j5g

git remote add origin https://github.com/simon3073/to-do-list-app.git
git branch -M main
git push -u origin main

Source : https://github.com/simon3073/to-do-list-app | Last Update : Thu, 21 Apr 22

Answers related to git set up

Code Explorer Popular Question For Shell