To clone properly :
git clone --recursive https://github.com/<yourlogin>/RT
git remote add upstream https://github.com/roblabla42/RTTo merge changes from master inside your branch :
git pull upstream master
git merge master