Installation - jniedzie/SVJanalysis_wiki GitHub Wiki
Before you install the FW, you need to set up your git account.
Check instructions in Setup your git account.
If you've never heard about git
or need a refresher, have a look at this tutorial!
To install the FW simply do:
git clone [email protected]:eth-svj/SVJanalysis.git
Then go into the repo:
cd SVJanalysis
and create a new local branch, e.g. (replace <username> by your username or anything you want):
git branch devel_<username>
git checkout devel_<username>
You can push to the remote by doing:
git push origin devel_<username>
You can create different branches if you have several independent developments that you do not want to mix.