git remote rm origin # Delete the existing remote git remote add origin https://notabug.org/diogo/gnu-social.git # Add the notabug remote git remote update # Fetch the current state of the art git checkout 1.20.x # Checkout on the stable branch git pull # Update your GNU social files ./scripts/upgrade.php -f # Upgrade GNU social