💾 Archived View for freeshell.de › tldr › git-commit.gmi captured on 2023-11-04 at 12:29:13. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

git commit

Commit files to the repository.

More information.

git commit -m "{message}"
git commit --file {path/to/commit_message_file}
git commit -a -m "{message}"
git commit -S -m "{message}"
git commit --amend
git commit {path/to/file1} {path/to/file2}
git commit -m "{message}" --allow-empty
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY