gpt4 book ai didi

linux - 将新创建的文件推送到 git 存储库

转载 作者:太空狗 更新时间:2023-10-29 12:00:38 24 4
gpt4 key购买 nike

我已经创建了一个 linux 目录的 git 存储库,并将所有文件推送到其中。我最近将一个新文件移动到那个 linux 目录中,现在想将这个新文件推送到它的 git 存储库中。我正在尝试通过键入来做到这一点

 git push origin master

在命令行中,但出现错误:

fatal: 'origin' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

有谁知道如何将新文件推送到文件所在文件夹的现有 git 存储库中?我是 git 的新手,所以非常感谢您的建议。

最佳答案

如果您的文件已经在您创建的 git 存储库中,添加和提交就足够了:无需推送。

myrepo      <== "I have created a git repository of a linux directory"
.git (the .git folder is the git repo referential)
myNewfile <== "I have recently moved a new file into that linux directory"

http://training-course-material.com/images/thumb/8/8d/Git-commit-a2.png/250px-Git-commit-a2.png

即。对于本地 git 仓库,没有可推送到的远程“来源”。

章节“Git Basics - Recording Changes to the Repository”是一个很好的起点。

git add myNewFile
git commit -m "Add a new file"

关于linux - 将新创建的文件推送到 git 存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38218705/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com