Skip to content
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

Clone this wiki locally