When your fork needs to get the latest from it's parent fork (gh:apache/cloudstack). And you should do this periodically (read:daily) for a long running feature git fetch upstream
git checkout <feature-branch>#This is This sets your local feature branch likely mirroring a remote feature-branch at originworking set to the branch you want to pull the latest changes into.