🎯 What you'll learn: How to install Git on Windows, Mac, and Linux; how to verify the installation; how to configure your identity; how to set up SSH keys for GitHub; and the essential global settings every developer should configure.
1-A 2-A 3-A 4-A | 5 email 6 list 7 = git config --global user.name 'Ali'; git config --global user.email 'a@x.com' 8 = Every commit records the author 9 = git config user.email | 10 = ~/.gitconfig in your home folder