Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 306 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 306 Bytes

usercode

My usercode area

git clone [email protected]:syuvivida/usercode.git usercode

cd usercode

git remote add upstream [email protected]:syuvivida/usercode.git

git add scripts/powheg/run_powheg_tarball.sh

git commit -m "remove lines"

git pull --rebase upstream master

git push origin master