Команда git-commit-tree: опции, ключи и примеры использования
git commit-tree
Low level utility to create commit objects. See also:
git commit
. More information: https://git-scm.com/docs/git-commit-tree.
- Create a commit object with the specified message:
git commit-tree {{tree}} -m "{{message}}"
- Create a commit object reading the message from a file (use
-
for stdin):
git commit-tree {{tree}} -F {{path/to/file}}
- Create a GPG-signed commit object:
git commit-tree {{tree}} -m "{{message}}" --gpg-sign
- Create a commit object with the specified parent commit object:
git commit-tree {{tree}} -m "{{message}}" -p {{parent_commit_sha}}
- 25 января вышло новое крупное обновление Age of Empires II DE: Lords of the West
- И снова sudo, и снова "решето"
- Только одна из десяти компаний ожидает, что все работники вернутся в офисы
- Google Play временно забанил видео-плеер за поддержку неправильных субтитров
- Google прекращает поддержку сторонних приложений в API Chrome-like