- 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.
推薦閱讀
- Python數(shù)據(jù)分析入門:從數(shù)據(jù)獲取到可視化
- Creating Mobile Apps with Sencha Touch 2
- 新型數(shù)據(jù)庫系統(tǒng):原理、架構(gòu)與實(shí)踐
- 大數(shù)據(jù)營銷:如何讓營銷更具吸引力
- 深度剖析Hadoop HDFS
- 數(shù)字媒體交互設(shè)計(jì)(初級(jí)):Web產(chǎn)品交互設(shè)計(jì)方法與案例
- gnuplot Cookbook
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程上機(jī)指導(dǎo)與習(xí)題集(微課版)
- 圖數(shù)據(jù)實(shí)戰(zhàn):用圖思維和圖技術(shù)解決復(fù)雜問題
- 標(biāo)簽類目體系:面向業(yè)務(wù)的數(shù)據(jù)資產(chǎn)設(shè)計(jì)方法論
- Oracle 內(nèi)核技術(shù)揭密
- 掌中寶:電腦綜合應(yīng)用技巧
- 數(shù)據(jù)產(chǎn)品經(jīng)理寶典:大數(shù)據(jù)時(shí)代如何創(chuàng)造卓越產(chǎn)品
- 數(shù)據(jù)庫基礎(chǔ)與應(yīng)用
- Access 2013 數(shù)據(jù)庫管理與應(yīng)用從新手到高手