I\'ve got two branches from my master:
For the simple case of just copying the last commit from branch wss to v2.1, you can simply grab the commit id (git log --oneline | head -n 1) and do:
git log --oneline | head -n 1
git checkout v2.1 git merge