-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pull error #14
Comments
Hi Sara, This is due to a discrepancy between the pull request that we made to the cmg central repo and the �CMG_MiniAOD_Lite_V6_0_from-CMSSW_7_0_6 branch in our alphaT repo. There is a pull request pending to fix it. For now you should be able to pull from MiniAOD_baseCutFlow instead. i.e. undo the merge: git reset —merge Then pull the other branch: git pull alphaT-repo MiniAOD_baseCutFlow �The merge conflicts should be fixed soon. Let me know if this doesn’t work/ you have any more problems. Cheers, On 1 Dec 2014, at 17:05, sarah-alam-malik <[email protected]mailto:[email protected]> wrote: Hi,
— |
tools and integration for CRAB production
Hi,
I'm getting the following conflicts when trying to pull the alphaT repository,
[smalik@lxplus0061 src]$ git pull alphaT-repo CMG_MiniAOD_Lite_V6_0_from-CMSSW_7_0_6
Enter passphrase for key '/afs/cern.ch/user/s/smalik/.ssh/id_rsa':
remote: Counting objects: 498, done.
remote: Compressing objects: 100% (174/174), done.
remote: Total 498 (delta 381), reused 416 (delta 322)
Receiving objects: 100% (498/498), 87.33 KiB | 0 bytes/s, done.
Resolving deltas: 100% (381/381), done.
From github.com:CMSRA1/cmg-cmssw
Auto-merging CMGTools/TTHAnalysis/python/analyzers/ttHIsoTrackSkimmer.py
CONFLICT (add/add): Merge conflict in CMGTools/TTHAnalysis/python/analyzers/ttHIsoTrackSkimmer.py
Auto-merging CMGTools/TTHAnalysis/python/analyzers/ttHGenLevelAnalyzer.py
CONFLICT (content): Merge conflict in CMGTools/TTHAnalysis/python/analyzers/ttHGenLevelAnalyzer.py
Automatic merge failed; fix conflicts and then commit the result.
The text was updated successfully, but these errors were encountered: