For the complete documentation index, see llms.txt. This page is also available as Markdown.
Git commands & workflows
List of Git commands and workflows we generally use
Git commands and workflows
Rebase - Instead of creating a merge commit to merge a feature from a different branch, we "rebase and merge" the branch to keep a clean commit history. Please read more about how to use it here.