- Git Essentials(Second Edition)
- Ferdinando Santacroce
- 133字
- 2021-07-02 15:27:07
The committer and the committing date
Other than the author, a commit preserves even the committer, and the committing date; what's the difference compared to author and author date? First of all, don't worry too much about this: 99% of commits in your repository will have the same values for the author and committer, and the same dates.
In some situations, such as the cherry-pick, you carry an existing commit on top of another branch, making a brand-new commit that applies the same changes of the previous. In this case, the author and author date will remain the same, while the committer and the committing date will be related to the person who performed this operation and the date they did it. Later we will get in touch with this useful Git command.
推薦閱讀
- PyTorch深度學習實戰(zhàn):從新手小白到數(shù)據(jù)科學家
- 大規(guī)模數(shù)據(jù)分析和建模:基于Spark與R
- Libgdx Cross/platform Game Development Cookbook
- 商業(yè)分析思維與實踐:用數(shù)據(jù)分析解決商業(yè)問題
- Ceph源碼分析
- Power BI智能數(shù)據(jù)分析與可視化從入門到精通
- 深入理解InfluxDB:時序數(shù)據(jù)庫詳解與實踐
- 從實踐中學習sqlmap數(shù)據(jù)庫注入測試
- Mastering ROS for Robotics Programming(Second Edition)
- 數(shù)據(jù)分析思維:產(chǎn)品經(jīng)理的成長筆記
- 云原生架構(gòu):從技術(shù)演進到最佳實踐
- 一本書講透數(shù)據(jù)治理:戰(zhàn)略、方法、工具與實踐
- Python數(shù)據(jù)可視化之matplotlib精進
- Enterprise API Management
- HBase應(yīng)用實戰(zhàn)與性能調(diào)優(yōu)