Skip to content

Instantly share code, notes, and snippets.

View petereon's full-sized avatar
⌨️
Clickity-clackity

Peter Výboch petereon

⌨️
Clickity-clackity
  • SentinelOne
  • Slovakia
  • 20:02 (UTC +02:00)
View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 21, 2024 06:11
Conventional Commits Cheatsheet

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs

Commit Message Formats

Default

@hcgatewood
hcgatewood / how-to-be-miserable.md
Created February 6, 2018 06:28
Checklist of strategies from Randy Paterson's How to Be Miserable: 40 Strategies You Already Use

Adopting a miserable lifestyle

  • 1. Avoid all exercise
  • 2. Eat what you're told
  • 3. Don't waste your life in bed
  • 4. Live better through chemistry
  • 5. Maximize your screen time
  • 6. If you want it, buy it
  • 7. Can't afford it? Get it anyway!
  • 8. Give 100 percent to your work
@parmentf
parmentf / GitCommitEmoji.md
Last active June 21, 2024 07:01
Git Commit message Emoji
@rakete
rakete / hylint.py
Created November 25, 2014 01:20
hack to make pylint work with hy-lang
#!/usr/bin/python2.7
import ast
from hy.lex import LexException, PrematureEndOfInput, tokenize
from hy.compiler import hy_compile, HyTypeError
import astroid.builder