解决 git 版本控制中的冲突

发布于 2024-09-15 02:19:03 字数 418 浏览 4 评论 0原文

我有一个大问题,但我打赌它很容易解决。我正在与一位朋友一起开发一个网站,使用 GiT 进行版本控制。我们刚刚修改了同一个 CSS 文件的不同部分,然后提交,然后他推送了他的提交。我们都在本地和远程存储库中使用主分支,因为我们不知道如何很好地处理它。他将他的提交推送到远程存储库,而我没有。

发生的情况是。在远程存储库中,我们有一个带有 A 的文件,我有一个带有 B 的文件,我希望它有 AB 一起在远程和我们的本地存储库中

我该怎么办?我还接受一些关于我们如何继续开发网站的建议,这样我们就不会遇到太多问题来处理它(也许创建分支,我们应该遵循的一些技术或模式,或者其他任何事情,因为我我是版本控制方面的新手)

I've got a big problem but I bet it's easy to solve. I'm developing a website together with a friend using GiT for versioning control. We've just modified different parts of the same CSS file and then commited, then he pushed his commit. We're both using master branches in local and remote repository for we don't know how to deal with it very well. He pushed his commit to the remote repository, I don't.

What happens is. In the remote repository we have a file with A, I have a file with B and I want it to have A and B together in the remote and our local repository

What should I do? I'm also accepting some suggestions about how we can keep on developing the website in a way we don't have too much problems to deal with it (maybe creating branches, some techniques or patterns we should follow, or anything else 'cause i'm new at versioning control)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嘿嘿嘿 2024-09-22 02:19:03

首先,使用 git pull 将其更改下载到本地存储库中,然后解决 git 通知您的任何冲突。

完成后,提交并推送更改。

First, use git pull to download his changes into your local repository, then resolve any conflicts that git will inform you about.

when you're done with it, commit and push the changes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文