- 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
推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Visual C++程序設計學習筆記
- 軟件項目管理(第2版)
- Drupal 8 Blueprints
- Web交互界面設計與制作(微課版)
- C語言程序設計教程(第2版)
- SAP BusinessObjects Dashboards 4.1 Cookbook
- RabbitMQ Cookbook
- Getting Started with LLVM Core Libraries
- Learning jQuery(Fourth Edition)
- C++寶典
- Swift 4從零到精通iOS開發
- Java圖像處理:基于OpenCV與JVM
- Laravel Application Development Blueprints
- Solutions Architect's Handbook