πŸ‘¨β€πŸ’»Coder BlastπŸŒ‹
190 subscribers
20 photos
11 files
50 links
GRADE UP YOUR WEB-DEVLOPMENT
& APP-DEVLOPMENT SKILLS
Download Telegram
5 things to keep in mind to write better Git/Github commit messages.

1. Start with a verb (Add, Fix, Update) to indicate what the
commit does.

βœ… Add 2FA for user authentication

2.
Commit message should always be in the present tense to describe what the code does when applied.

❌ Added, Updated, Fixed, Refactored

βœ… Add, Update, Fix, Refactor

3. Your
commit message should describe what the commit does and why it is necessary.

❌ Update styles

βœ… Update styles for the homepage

4. If applicable, refer to tickets or issues in your
commit message.

βœ… Fixes #14: Resolve issue with form submission

5. Avoid using complicated technical terms in your
commit message to make it understandable across the team.

❌ Optimize CRUD operations with RESTful APIs using GraphQL

βœ… Improve data handling for better API performance

#git #github #commit
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
Join
@coderblast for more β˜‘οΈ

Share with your buddies 🀝