Skip to content
  • 0 Votes
    9 Posts
    3k Views
    fiagF
    backup your codes. git clone https://github.com/NodeBB/NodeBB.git cd NodeBB switch to tag that you modified from. Perhaps, v0.4.3? e.g. git checkout v0.4.3 rsync your codes to the clone. git commit, git tag my_tag, git checkout master, git merge my_tag You may have to solve conflicts by yourself.