This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-07-15 11:35:26 +02:00
Code
Activity
e9fe30d329
Branches
Tags
No results found.
tldr
/
pages
/
common
/
git-commit.md
Ruben Vereecken
066582e8ea
Formatted all pages according to guidelines.
2016-01-08 09:38:59 +01:00
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