Closed Kureii closed 1 month ago
Are you okay with my plan?
Oh, and the commits from #4073 came back. Please rebase instead of merging upstream. :-)
Hmm, you do need to resolve the conflicts before doing git rebase --continue
. Alternatively, if you rebase using git rebase -i upstream/master
, then an editor will open where you can drop the changes that were already applied upstream, so you don't need to resolve conflicts in them (by deleting the relevant pick
lines).
I edit git ignore for other IDEs. This is the first step to add support for cmake build and make the project available to more developers.