NFNick Finsevengraff.hashnode.dev·Sep 9, 2022 · 2 min readUsing git diff and git apply to share small changesSometimes in a Pull Request Review you want to tell someone about a little change to make. You make your change locally, maybe a few lines different, and note that it works locally. Your git diff output will show your change. How can you share this l...00
NFNick Finsevengraff.hashnode.dev·Oct 12, 2020 · 2 min readFailed deploy to dokkuI've got this Scala Play app that I develop on my laptop and deploy to a Dokku on a small Linode VPS. These days, when I deploy, I get these failures: $ git push dokku master Counting objects: 72, done. Delta compression using up to 4 threads. Compre...00