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>"
Updated list / Nov 17 - 2024 | |
Posting - https://posting.sh/ - Terminal Based | |
ATAC - https://github.com/Julien-cpsn/ATAC | |
Rest.nvim - https://github.com/rest-nvim/rest.nvim | |
Slumber - (uses tui client) https://slumber.lucaspickering.me/ |
i | |
me | |
my | |
myself | |
we | |
our | |
ours | |
ourselves | |
you | |
your |
:root { | |
--primary: #FFD700; | |
--on-primary: #000000; | |
--primary-container: #FFFAF0; | |
--on-primary-container: #8B4513; | |
--secondary: #FFA500; | |
--on-secondary: #000000; | |
--secondary-container: #FFF5EE; | |
--on-secondary-container: #A0522D; | |
--tertiary: #FF6347; |
# Updated from SvelteKit docs. See https://kit.svelte.dev/docs/adapter-static#github-pages for more information | |
name: Deploy to GitHub Pages | |
on: | |
push: | |
branches: 'main' | |
jobs: | |
build_site: |
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>"