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