SebastJava / mint-yz-theme

Mint-Yz: new colors for a new era
GNU General Public License v3.0
52 stars 5 forks source link

Updates from linuxmint/mint-themes source #11

Closed SebastJava closed 3 years ago

SebastJava commented 3 years ago

Updates from linuxmint/mint-themes source.

SebastJava commented 3 years ago

There are conflicts. Merge and edits are done on my local repo instead. I did this: git fetch origin; git checkout colors-up; git merge master There were 4 conflicting files, so i did this:

git rm -r src/Mint-X
git checkout --ours README.md
git checkout --ours .gitignore
git add .gitignore
git add README.md
git status
git commit