Clean and reset a Git repo and/or it's submodules Remove untracked/ignored files/directories and uncommitted changes. Repo and submodules $ git clean -xfd $ git submodule foreach --recursive git clean -xfd $ git reset --hard
Let's Encrypt on DigitalOcean w/ServerPilot APP_NAME - ServerPilot App Name (serverpilot/apps/example) DOMAIN_NAME - Domain name (example.com) 1. SSH as root into the server $ ssh root@SERVER_IP_ADDRESS