gpt4 book ai didi

git - 如何git提交整个文件夹?

转载 作者:IT王子 更新时间:2023-10-29 00:57:05 24 4
gpt4 key购买 nike

这里是一个文件夹,里面有很多.java文件。

如何 git 提交这个文件夹?

如果我执行以下命令

git add folder_name
git commit folder_name -m "commit operation"

我会看到消息没有添加任何提交但存在未跟踪的文件(使用“git add”进行跟踪)

最佳答案

您不“提交文件夹”——您添加文件夹,就像您所做的那样,然后简单地提交所有更改。命令应该是:

git add foldername
git commit -m "commit operation"

关于git - 如何git提交整个文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18248177/

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