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.
在 GitLab 中,我使用两个命令:“新建目录”和“上传文件”将文件添加到我的存储库。如何在 Gitahead 本地执行此操作?
在存储库中创建新文件和目录。当你打开 GitAhead 时,你会在 diff 区域看到它们,它们的名字旁边有一个问号和复选框。单击复选框以暂存它们,然后创建提交。最后,单击推送以上传您的更改。