Skip to content

Instantly share code, notes, and snippets.

View axelb152's full-sized avatar

Axel Bagenal axelb152

  • Berlin Germany
  • 08:09 (UTC +02:00)
View GitHub Profile
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active June 24, 2026 05:38
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 February 5, 2026 20:28
Capybara cheatsheet

Capybara Actions

# Anchor
click_link 'Save'

# Button
click_button 'awesome'

# Both above