"Getting Started with Git and GitHub: A Thread" 20 step-by-step examples on how to use Git and GitHub for your project 👇
3
32
97
12K
114
Download Image
2/20: Configure Git Set your name and email globally for Git: git config --global user.name "Your Name" git config --global user.email "[email protected]" #Git #Configuration