Skip to content

Instantly share code, notes, and snippets.

View axelb152's full-sized avatar

Axel Bagenal axelb152

  • Berlin Germany
  • 04:56 (UTC +02:00)
View GitHub Profile
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active August 2, 2025 05:21
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@tomas-stefano
tomas-stefano / Capybara.md
Last active July 2, 2025 01:57
Capybara cheatsheet

Capybara Actions

# Anchor
click_link 'Save'

# Button
click_button 'awesome'

# Both above