git config --global user.name “Your Name”
git config --global user.email [email protected]
git config --list
git config --global credential.helper 'cache --timeout 3600'
git clone https://github.com/CASTIC2019/Team
git pull
git commit -a
git push