Skip to content

khoumani/HiggsAnalysis-CombinedLimit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HiggsAnalysis-CombinedLimit

Manual to run combine

Recipe for a successful merge with conflicts

git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git comb
cd comb/
git checkout master
git merge [branch_to_merge]
git checkout -b [branch_to_merge]
git pull git@github.com:[user_to_merge]/HiggsAnalysis-CombinedLimit.git [branch_to_merge]
[resolve conflicts]
git add [files where conflicts were resolved]
git commit #(should contain a header telling something about merging [branch_to_merge])
git push origin master

Packages

No packages published

Languages

  • C++ 71.7%
  • Python 26.0%
  • C 1.5%
  • Makefile 0.3%
  • Objective-C 0.3%
  • Shell 0.2%