- 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
推薦閱讀
- 觸·心:DT時代的大數(shù)據(jù)精準營銷
- Boost C++ Application Development Cookbook(Second Edition)
- Access 數(shù)據(jù)庫應用教程
- Elastic Stack應用寶典
- 網(wǎng)店設計看這本就夠了
- Learn React with TypeScript 3
- Linux C編程:一站式學習
- Learning Hadoop 2
- Learning Cocos2d-JS Game Development
- Python數(shù)據(jù)預處理技術與實踐
- Parallel Programming with Python
- Clojure編程樂趣
- Learning Alfresco Web Scripts
- Android 5從入門到精通
- 趣學數(shù)據(jù)結構