Added description for command git commit
Added description for command git commit
Jjuan_g/dev-tools:commit into main Added description for command git commit
@ -29,6 +29,11 @@ git add --all
if you want to stage all changes.
## git commit
this command is used to record the changes you've made to the repository as a new commit. A commit is a snapshot of the changes you've staged (using `git add`) and is accompanied by a commit message that describes the purpose of the changes you are committing.
Please start with a capital t in "this"
@ -32,0 +33,4 @@
Usage of `git commit`:
git commit -m "Your commit message here"
Please use the following syntax to get Bash syntax highlighting:
```bash
git commit ...
```
Please refer to https://www.markdownguide.org/extended-syntax/#syntax-highlighting
Perfect, thanks 😃
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?