Skip to content
Snippets Groups Projects
Commit 522e9d8a authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: update the quickstart according to Xin's comment #38.

parent be5a5ced
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,28 @@ Start the container in lxslc7 (OS: CentOS7):
$ /cvmfs/container.ihep.ac.cn/bin/hep_container shell SL6
```
## Get code using git
## Manage code using git
Fork the CEPCSW into your own repo. For an example:
* https://github.com/*USERNAME*/CEPCSW
Get the source code from your own repo:
```
$ git clone git@github.com:cepc/CEPCSW.git
$ git clone git@github.com:USERNAME/CEPCSW.git
$ cd CEPCSW
```
Add the upstream repo:
```
$ git remote add cepc https://github.com/cepc/CEPCSW.git
```
Sync and merge the upstream repo:
```
$ git remote update
$ git merge cepc/master
```
## Setup and build
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment