Py学习  »  Git

在IntelliJ中显示Git冲突

inconnu • 3 年前 • 1434 次点击  

我使用IntelliJ作为IDE,在Mac上使用终端执行Github命令。我做了一个 git rebase -i origin/main 有一些冲突和错误,比如:

error: could not apply 7d4bdfs7...
Resolve all conflicts manually, mark them as resolved with
"git add/rm <conflicted_files>", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase --abort".

如何在IntelliJ中显示这些冲突,以便手动合并它们?

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/133424
 
1434 次点击  
文章 [ 2 ]  |  最新文章 3 年前