Git Command Commit
Commit is a command we can use to create commit which is a snapshot of our repo. We often use the option -m with a comment after it wrapped in double quotes.
Terminal example:
Terminal
>
git commit -m "feat/Tix-044: my commit message."
> Output:
7 files changed, 100 insertions(+), 12 deletions(-)