The Linux kernel user’s and administrator’s guide; Kernel Build System; The Linux kernel firmware guide; The Linux kernel user-space API guide; Working with the kernel development community; Development tools for the kernel; How to write kernel documentation; Kernel Hacking Guides; Linux Tracing Technologies; Kernel Maintainer Handbook
git config user.name "Jamal Hartnett" By default, this command writes to the local repository configuration file. To write to other files, pass one of the following options: --system, --global, or --file
Git - how to show username and email? - Dirask
Git - First-Time Git Setup These variables can be stored in three different places: /etc/gitconfig file: Contains values applied to every user on the system and all their repositories. If you pass the ~/.gitconfig or ~/.config/git/config file: Values specific personally to you, the user. You can make Git read and write
The Linux kernel user’s and administrator’s guide; Kernel Build System; The Linux kernel firmware guide; The Linux kernel user-space API guide; Working with the kernel development community; Development tools for the kernel; How to write kernel documentation; Kernel Hacking Guides; Linux Tracing Technologies; Kernel Maintainer Handbook
Git is the most popular SCM against SVN, Mercurial, CVS, etc. Git provides a lot of features and related configuration. Git is designed to be flexible with different configurations. git config command provides different usages like changing user name, email address, coloring, HTTP proxy, alias, etc.