This week:
2 ways to improve your Git commit messages
Career planning worksheet
Visa-sponsored tech jobs at Monzo, trivago, and Vinted
CAREER
You're writing Git messages wrong
Here are 2 ways to improve your Git commit messages:
1. Use imperative present tense
Your message should describe what applying the commit will do — not what you did.
Think of completing this sentence:
When merged, this commit will…
Fix bug preventing users from subscribing
Add validation for email addresses
Update IDs to latest versions
In fact, we see the imperative mood throughout tech, e.g. in UI prompts like “Enter username” - learn more here.
2. Use Conventional Commits
Add prefixes to make Git history easier to scan
feat → new feature
fix → bug fix
refactor → code change, no behaviour change
👇 Keep scrolling for a full list of conventional commits
FEATURED
Want to get the most out of ChatGPT?
ChatGPT is a superpower if you know how to use it correctly.
Discover how HubSpot's guide to AI can elevate both your productivity and creativity to get more things done.
Learn to automate tasks, enhance decision-making, and foster innovation with the power of AI.
RESOURCES
FEATURED
Tired of Hearing: "Figure out our AI strategy"?
Join Workzone's live session and walk into your next vendor call as the toughest person in the room, armed with the four questions that cut through any pitch.
June 25, 11 AM CT. Register now →
VISA-SPONSORED TECH JOBS
ML/AI Platform Engineer at Monzo
Remote, UK
Data Scientist - AI Search & Ranking at trivago
Hybrid, Germany
Senior Backend Engineer at Vinted
Hybrid, Lithuania
View 200+ roles on The Stack Jobs →





