Let's Git it!
Section covering version control systems, github and basic git commands
Last updated
Section covering version control systems, github and basic git commands
Last updated
git config --global user.name "your username"
git config --global user.password "your password"
git config --global user.email "your email(used for github)"