23
submitted 2 weeks ago by [email protected] to c/[email protected]

So, this is my situation: I've forked this repository which contains dotfile and script for hyprland. I changed some files and now, if I want to sync all the commits made on the original repository to my repository github says "This branch has conflicts that must be resolved". My question is: can I merge only the commits that don't conflict with my files? What else can I do?

top 6 comments
sorted by: hot top controversial new old
[-] [email protected] 14 points 2 weeks ago* (last edited 2 weeks ago)

You pull the origin to your fork and solve the conflicts one by one, that's usually how it goes.

If you want to keep your files how they are you can select "accept local changes" instead of "accept incoming changes". That's it.

Edit: If you need something more detailed let me know, I am assuming you are using an IDE like VSCode

[-] [email protected] 2 points 2 weeks ago

Thanks, I was able to do exactly what I wanted.

[-] [email protected] 1 points 2 weeks ago

Just make sure things are working while doing this. Maybe accepting your changes and the incoming changes is the correct way, but you need to know what you are doing.

[-] [email protected] 4 points 2 weeks ago

You can still merge the whole upstream branch manually with a local clone, and git will stop on each conflict for you to resolve them. Then when it's done you can push the merged branch to your fork.

[-] [email protected] 1 points 2 weeks ago

Use interactive merge or rebase - whatever seems fit to you.

[-] [email protected] 8 points 2 weeks ago

If they don't know how to solve conflicts do you think that they know the difference between merge or rebase?

this post was submitted on 26 Jun 2024
23 points (96.0% liked)

Linux

45773 readers
886 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS