- 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.
推薦閱讀
- 數據庫應用實戰
- Python數據分析與挖掘實戰
- 輕松學大數據挖掘:算法、場景與數據產品
- Spark大數據分析實戰
- Learning Spring Boot
- Hadoop與大數據挖掘(第2版)
- SQL查詢:從入門到實踐(第4版)
- 智能數據時代:企業大數據戰略與實戰
- 數據庫設計與應用(SQL Server 2014)(第二版)
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 大數據技術原理與應用:概念、存儲、處理、分析與應用
- 大數據數學基礎(R語言描述)
- 云計算
- Arquillian Testing Guide
- NoSQL數據庫原理(第2版·微課版)