mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 02:12:16 +03:00
5a54763c72
- use underscore rather than minus - use lower case rather than uppder case
219 B
219 B
git commit
Commit staged files to the repository.
- Commit staged files to the repository with comment:
git commit -m {{message}}
- Replace the last commit with currently staged changes:
git commit --amend