Boa noite, ao tentar subir meu projeto no GitHub, segui o tutorial que foi indicado no Forúm https://medium.com/@jessicalorena.garcia/subindo-seu-reposit%C3%B3rio-no-github-d2c717e95f61, após seguir passo a passo cheguei na parte do comando git remote add origin e esqueci de colocar o link junto ao comando, gostaria de saber como faço para inciar novamente o processo.
operação realizada
PS C:\Users\LUCAS\Desktop\AULA 3> git init
Initialized empty Git repository in C:/Users/LUCAS/Desktop/AULA 3/.git/
PS C:\Users\LUCAS\Desktop\AULA 3> git add
Nothing specified, nothing added.
hint: Maybe you wanted to say 'git add .'?
hint: Turn this message off by running
hint: "git config advice.addEmptyPathspec false"
PS C:\Users\LUCAS\Desktop\AULA 3> git commit-m
git: 'commit-m' is not a git command. See 'git --help'.
The most similar command is
commit-tree
PS C:\Users\LUCAS\Desktop\AULA 3> git remote add origin
usage: git remote add [<options>] <name> <url>
-f, --fetch fetch the remote branches
--tags import all tags and associated objects when fetching
or do not fetch any tag at all (--no-tags)
-t, --track <branch> branch(es) to track
-m, --master <branch>
master branch
--mirror[=(push|fetch)]
set up remote as a mirror to push to or fetch from
PS C:\Users\LUCAS\Desktop\AULA 3> git revert HEAD
fatal: bad revision 'HEAD'
PS C:\Users\LUCAS\Desktop\AULA 3> git init
Reinitialized existing Git repository in C:/Users/LUCAS/Desktop/AULA 3/.git/
PS C:\Users\LUCAS\Desktop\AULA 3> git add
Nothing specified, nothing added.
hint: Maybe you wanted to say 'git add .'?
hint: Turn this message off by running
hint: "git config advice.addEmptyPathspec false"
PS C:\Users\LUCAS\Desktop\AULA 3> git commit-m
git: 'commit-m' is not a git command. See 'git --help'.
The most similar command is
commit-tree
PS C:\Users\LUCAS\Desktop\AULA 3> git remote add origin https://github.com/Lucas-dev1998/projeto-barbearia-att.git
PS C:\Users\LUCAS\Desktop\AULA 3> git push -u origin master
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/Lucas-dev1998/projeto-barbearia-att.git'
PS C:\Users\LUCAS\Desktop\AULA 3>