Estou tentando aprender git. Como posso colocar o arquivo juna.py
no Github em um novo projeto? Estou trabalhando no Ubuntu. tentei
git init
Reinitialized existing Git repository in /home/jaakko/juna/.git/
(base) jaakko@jaakko-Lenovo-IdeaPad-L340-17IWL:~/juna$ git add juna.py
(base) jaakko@jaakko-Lenovo-IdeaPad-L340-17IWL:~/juna$ git commit
On branch master
nothing to commit, working tree clean
Responder1
você pode depois de adicionar e enviar seus arquivos na filial local:
$git remote add origin remote
$ git remote -v
agora você pode enviar dados nele a partir do comando git push