Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试开始使用 git,并且正在使用 Git GUI。我有我预先编写的代码,在它的目录中创建了一个 repo,但无法推送,因为没有分支。当我尝试制作一个时,它需要一个“修订表达式”。我不知道那是什么。
您推送到远程存储库。
你想要做的是git add和比git commit。
git add
git commit
我建议,你自己通过git school学习基础知识。
git school