Add commit variants

This commit is contained in:
Isabelle Viktoria Maciohsek
2021-04-04 20:55:26 +03:00
parent 933f0a40e3
commit 2c0ba554cd
3 changed files with 37 additions and 0 deletions

View File

@ -12,6 +12,7 @@ git commit -m <message>
```
```sh
# Make some changes to files
git add .
git commit -m "Fix the network bug"
# Creates a commit with the message "Fix the network bug"