- Please clone your own brach and operate on it, the following commands are for your reference.
git clone https://github.com/z-institute/Solidity-EVM-Dev-Batch-2-HW.git --branch <ID>
- Please add the folder like main branch and push your homework to your own folder.
- Upload code
cd <dir>
git add .
git commit -m "<commit message>"
git push