Advertisement
rubiin

git commit style

Apr 29th, 2024 (edited)
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. feat - Introduce new feature โœจ
  2. fix - The commit fixes bugs or defects in the application ๐Ÿ›
  3. docs - Documentations only changes ๐Ÿ“ƒ
  4. style - CSS Changes or changes that don't affect the code like (white-spaces, formatting, Semicolons, and more.)
  5. refactor - Changes that don't fix a bug or introduce a new feature but improve the structure of the code ๐Ÿ’ฌ
  6. perf - Performance improvements changes ๐Ÿš€
  7. test - Adding test or editing test files ๐Ÿงช
  8. chore - Other changes ๐Ÿคท โ™‚๏ธ
  9. revert - Revert to previous commits ๐Ÿ”™
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement