I am working on a project called "wonaco". In this folder, from locally, I have pulled the master branch and created a new dev branch and checkout to that dev branch.
Now, I run this command:
git add .
git commit -m "First Commit"
git push origin dev
but I got the notice:
fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
I need to push my code to the dev branch.