Add commit variants
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user