Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 381 Bytes

File metadata and controls

17 lines (12 loc) · 381 Bytes

RT

Stories in Ready

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