- Git Essentials(Second Edition)
- Ferdinando Santacroce
- 89字
- 2021-07-02 15:27:07
The commit message
Just under the author and date, after a blank line, we can see the message we attached to the commit we made; even the message is part of the commit itself.
But there's something more under the hood; let's try to use the git log command with the --format=fuller option:
[13] ~/grocery (master) $ git log --format=fuller commit a57d783905e6a35032d9b0583f052fb42d5a1308 Author: Ferdinando Santacroce <ferdinando.santacroce@gmail.com> AuthorDate: Thu Aug 17 13:51:33 2017 +0200 Commit: Ferdinando Santacroce <ferdinando.santacroce@gmail.com> CommitDate: Thu Aug 17 13:51:33 2017 +0200 Add a banana to the shopping list
推薦閱讀
- 我們都是數據控:用大數據改變商業、生活和思維方式
- Spark快速大數據分析(第2版)
- DB29forLinux,UNIX,Windows數據庫管理認證指南
- Spark核心技術與高級應用
- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- 大數據時代下的智能轉型進程精選(套裝共10冊)
- Microsoft Power BI數據可視化與數據分析
- 數據挖掘原理與SPSS Clementine應用寶典
- Proxmox VE超融合集群實踐真傳
- 金融商業算法建模:基于Python和SAS
- 數字IC設計入門(微課視頻版)
- 數據庫技術及應用
- Hands-On System Programming with C++
- 數據庫應用系統技術
- AndEngine for Android Game Development Cookbook