- Git Essentials(Second Edition)
- Ferdinando Santacroce
- 99字
- 2021-07-02 15:27:04
Making presentations
Git needs to know who you are. This is because in Git, every modification you make in a repository has to be signed with the name and email of the author. So, before doing anything else, we have to tell Git this information.
Type these two commands:

Using the git config command, we set up two configuration variables-user.name and user.email. Starting from now, Git will use them to sign your commits in all your repositories. Do not worry about it for now; in the next few chapters, we will explore the Git configuration system in more detail.
推薦閱讀
- 計算機組成原理與接口技術:基于MIPS架構實驗教程(第2版)
- MySQL數據庫進階實戰
- 大規模數據分析和建模:基于Spark與R
- LibGDX Game Development Essentials
- Python絕技:運用Python成為頂級數據工程師
- SQL Server 2016 數據庫教程(第4版)
- 文本挖掘:基于R語言的整潔工具
- 數據化網站運營深度剖析
- OracleDBA實戰攻略:運維管理、診斷優化、高可用與最佳實踐
- Hadoop 3.x大數據開發實戰
- Learning Proxmox VE
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 從0到1:JavaScript 快速上手
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設計
- 數據科學實戰指南