#Cheat Sheet

Build Jeckyll

bundle exec jekyll serve

Build Jeckyll with future posts

bundle exec jekyll serve --future

Force Passphrase in WSL terminal windows to be able to sign commit

export GPG_TTY=$(tty)
echo "test" | gpg --clearsign

Time in WSL

date

Sync clock in WSL

Sometimes the clock is out of sync with Windows in WSL with the below command you can sync it again.

sudo hwclock -s