This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b051c298d0
tldr
/
pages
/
common
/
git-commit.md
219 B
Raw
Blame
History
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