- Cloud Native Python
- Manish Sethi
- 70字
- 2021-07-02 19:11:52
Seting up Git on a Debian-based distribution
Now that we have installed Git on our system, we need to set some configuration so that the commit messages that will be generated for you contain your correct information.
Basically, we need to provide the name and email in the config. Let's add these values using the following commands:
$ git config --global user.name "Manish Sethi" $ git config --global user.email manish@sethis.in
推薦閱讀
- Progressive Web Apps with React
- 微服務與事件驅動架構
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Programming ArcGIS 10.1 with Python Cookbook
- Mastering Articulate Storyline
- Python零基礎快樂學習之旅(K12實戰(zhàn)訓練)
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計算
- Spring實戰(zhàn)(第5版)
- Java EE 7 Development with NetBeans 8
- 精通Python設計模式(第2版)
- 零基礎學單片機C語言程序設計
- Swift細致入門與最佳實踐
- Microsoft Azure Storage Essentials
- Java零基礎實戰(zhàn)
- Learning Node.js for .NET Developers