Git Installation Video: • How to Install Git on Windows 10 & 11 | Gi...
Git Configuration & Setup
1) git config –global user.name “Your Name” (Set your username globally).
2) git config –global user.email “[email protected]” (Set your email globally).
3) git config –global color.ui auto – (Set to display colored output in the terminal).
4) git help (Display the main help documentation, showing a list of commonly used Git commands).
https://blogs.ddevops.com/mastering-g...
#ddacademy #gitinstallation #github #GitOnWindows