gpt4 book ai didi

GIT:只提交对当前分支的一些更改,其余的提交到新分支

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

像个白痴一样,我进行了当前分支范围之外的更改。

我改了5个文件

 M  app/form_models/car_registration/basics.rb
M app/form_models/car_registration/horse.rb
M app/views/car_registration/basics.rb
M app/views/car_registration/horse.html.erb
M spec/factories/car.rb
M spec/form_models/car_registration/basic_spec.rb

我想将我的 basics.rb 文件提交到我的分支 basics,并将我的 horse.rb 文件提交到一个新分支 horse。我已经执行了 git checkout -b horse,并且显示了所有文件。我还没有 promise 。我该怎么办?

最佳答案

你应该添加你想要提交的文件

git add basics.rb

然后提交

git commit -m "你的信息"

然后存储更改

git 存储

改变分支

git checkout -b new_branch

取消 stash 更改

git stash pop

并提交新分支中的所有更改

git commit -am "commit message".

干杯

关于GIT:只提交对当前分支的一些更改,其余的提交到新分支,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55070859/

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