-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
git diff syntax? #37
Comments
There is no any kind of ref/branch/tag for |
Hmm, but it still does not work even with those: git diff CMSSW_7_0_X_2013-07-02-0200 CMSSW_6_0_0_pre8 -- FWCore/ParameterSet |
|
Martin please close this if you are happy with the reply. |
Uhh my bad, sorry! Closing this! |
change namespace "helpers" to "SimMuL1_helpers" and remove legacy.
Several improvement and fixes.
Fixing vanderbilt's stagein code.
Uetable config pb pb data
Optimize front-end processing time
Run mva isolation on mini aod 80 x
Submission script
improved size & doc report
Syncing to the main EgammaPostRecoTools branch
…ouping Improvements in code, configuration and logging (Hough grouping)
Fix package name in l1pfJetMet_cff
add missing storeElectrons flag to NTUP template
105x_v3 bugfixes and change default input for prun to be v3
Update HGCalDigisClientHarvester.cc
add matching between secondary vertices and electrons, muons, jets, taus
…T_X_LSTCore_realfiles_TrackLooperPR408 Make compilation flags for duplicate cleaning and triplet pLSs into runtime flags (TrackLooper PR#408 + cmssw PR#31)
Hi,
What is the git syntax for diff? From the rosetta stone I assume it is straight forward,
but no:
git diff CMSSW_6_0_0_pre7 CMSSW_6_0_0_pre8
fatal: ambiguous argument 'CMSSW_6_0_0_pre7': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
and
git diff CMSSW_6_0_0_pre7 CMSSW_6_0_0_pre8 -- HLTrigger/Configuration
fatal: bad revision 'CMSSW_6_0_0_pre7'
The text was updated successfully, but these errors were encountered: