Skip to content
  • 2 Votes
    5 Posts
    3k Views
    N

    @leksar you can discard changes (git checkout -- .) before switching to the another branch (master) or you can stash them, and pop stash changes after branch switch. Anyway, It's to early for master switch, some changes are part of active pull request.

    As I understand, this plugin will be fully supported by future 0.7.1 release of the NodeBB.