git clone https://github.com/cepc/higgsrecoil.git .
source setup.sh
./build.sh
./submit.sh
- Fork the code with your personal github ID. See details
git clone [email protected]:yourid/higgsrecoil.git .
- Make your change, commit and push
git commit -a -m "Added feature A, B, C" git push
- Make a pull request to cepc. See details