Updating to head

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
gmexid
Posts: 33
Joined: Fri Mar 01, 2013 10:09 pm

Updating to head

Post by gmexid »

So i started becoing with Git, and how to update, my problem is that i have made a few config changes, and minor core add-ons, and im noticing that when i "pull" it gives me conflicts, then i can't seem to merge the conflicts, and resolve it, then next time i "pull" it just gives error, is there a way to pull new data, and keep custom changes?

workaround, makinga patch, then replacing with head, then applying patch :idea:
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: Updating to head

Post by Zoey76 »

Commit your changes in your local repository.
Open the Git Repositories view and navigate to the local branch
Open the context menu and select Configure Branch...
In the resulting dialog, select the Rebase checkbox
Make a Pull to get new changes.

If you have conflicts resolve them using the Merge Tool, Add to Index and make a Merge commit.

:P
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Post Reply