1
15
Fork
You've already forked dev-tools
11

Git commit #11

Merged
mo8it merged 2 commits from Jjuan_g/dev-tools:commit into main 2023年08月17日 11:28:05 +02:00
Contributor
Copy link

Added description for command git commit

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.
Owner
Copy link

Please start with a capital t in "this"

Please start with a capital t in "this"
mo8it marked this conversation as resolved
@ -32,0 +33,4 @@
Usage of `git commit`:
git commit -m "Your commit message here"
Owner
Copy link

Please use the following syntax to get Bash syntax highlighting:

```bash
git commit ...
```

Please refer to https://www.markdownguide.org/extended-syntax/#syntax-highlighting

Please use the following syntax to get Bash syntax highlighting: \```bash git commit ... \``` Please refer to https://www.markdownguide.org/extended-syntax/#syntax-highlighting
mo8it marked this conversation as resolved
Owner
Copy link

Perfect, thanks 😃

Perfect, thanks 😃
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mo8it/dev-tools!11
Reference in a new issue
mo8it/dev-tools
No description provided.
Delete branch "Jjuan_g/dev-tools:commit"

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?