For my QSB plugins I was using a git submodule pointing to a repository managed by someone else - I needed some updates to that module, so I forked it and made them myself. Thus, I needed my QSB plugin project to point to my new repo for the submodule. I did it this way:
I used this page about submodules to figure some of this out.