Could you please put this PR in a dedicated branch of your repository? It will be cleaner then.
I think, the simpler is to branch your master branch (git checkout master && git branch -m feature/new-icons) and then rebase it against my master branch ('git rebase otetard/master`).
Hi @frissdiegurke,
Could you please put this PR in a dedicated branch of your repository? It will be cleaner then.
I think, the simpler is to branch your master branch (
git checkout master && git branch -m feature/new-icons
) and then rebase it against my master branch ('git rebase otetard/master`).Thanks!