我正在努力学习git。如何juna.py
在新项目中将文件放到 Github 上?我在 Ubuntu 中工作。我试过
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
答案1
您可能会在本地分支中添加并提交文件后:
$git remote add origin remote
$ git remote -v
现在你可以通过 git push 命令将数据推送到其中