CMSSW UserCode/SKKU
Sets the default name for git to use when you commit $ git config --global user.name "Your Name Here"
Sets the default email for git to use when you commit $ git config --global user.email "your_email@example.com"
Clones your fork of the repository into the current directory in terminal $ git clone https://github.com/"username"/SKKU.git