gpt4 book ai didi

git - 如何在 Git 中提交和推送选定的文件但不是全部

转载 作者:太空狗 更新时间:2023-10-29 13:51:29 25 4
gpt4 key购买 nike

我有一个包含两个分支的 git 存储库:developmaster。我主要在 develop 工作,当文件准备好时(有时不那么坚持这个确认)我将它们 merge 到 master 分支以将它们投入生产。看看这张照片:

enter image description here

所有这些文件都来自 develop 分支并被 merge ,但我只想提交并推送 RepresentativeRestController.php 但任何时候我右键单击 => 提交所有它们包含在提交中。我如何暂时摆脱那些我不想包含在提交中的东西,因为它们稍后会被添加?我使用 Smartgit 作为 Bitbucket 存储库的 GUI 客户端。有什么建议吗?

最佳答案

使用终端提交选定的文件:比如:你有 100 个文件(10 种类型)

git add *.* all file

git add *.jpg all jpg file

$ git add . # add to index only files created/modified and not those deleted

$ git add -u # add to index only files deleted/modified and not those created

你可以使用source tree对于所有 git 工作。

关于git - 如何在 Git 中提交和推送选定的文件但不是全部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30655063/

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