See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| convert -density 256x256 -background transparent favicon.svg -define icon:auto-resize -colors 256 favicon.ico |
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| # Install XQuartz | |
| brew cask install xquartz | |
| # Restart MacOS | |
| # Open XQuartz | |
| open -a XQuartz | |
| # Ensure the "Allow connections from network clients" option in Preferences >> Security is turned on |
This is inspired by https://fasterthanli.me/blog/2020/a-half-hour-to-learn-rust/
the command zig run my_code.zig will compile and immediately run your Zig
program. Each of these cells contains a zig program that you can try to run
(some of them contain compile-time errors that you can comment out to play
with)
| # !/bin/bash | |
| # Please don't trust me, I made this thing in a hurry and I'm not a Git expert. | |
| # I copy pasted stuff from here and there, quickly read some git documentation and | |
| # made some trial and error locally. | |
| # I've noticed that for some repositories it did not work, and also some commits went from "Verified" to "Unverified". | |
| # I'm not sure why, I'm not sure how to fix it, the public keys match sooooo. That's an issue for future me. | |
| # Create a mailmap in ~/.config/git/.mailmap (or anywhere else as long as you use it in the next command): | |
| # |