configurazione di git git config --global user.name "Nome Cognome" git config --global user.email "la_tua_email@la_tua_email.com"
Esercizio Configure your workspace configurazione di git install git review git clone git review -s Create & push a Work in Progress (WIP) to the sandbox git checkout -b <branch_name> Run unit tests Make changes Run unit tests Add files Commit files and write commit message git review