You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oleh Astappiev edited this page Oct 16, 2023
·
1 revision
Git
Use meaningful descriptions for your commit messages, preferable use Conventional Commits.
In a feature branch, we do rebase[^rebase] on top of main and then a squash commit[^squash] the whole branch to the main branch.
[^rebase]: Watch this video to understand what is merge and rebase https://www.youtube.com/watch?v=xot40u-_1FI
[^squash]: Watch this video to understand what is squash commits https://www.youtube.com/watch?v=cr1N8VTRmfM