cms-git-tools
cms-git-tools copied to clipboard
CMS Git Helpers
I just encountered the following situation: 1. checkout a CMSSW release as usual, call `git cms-init` 2. create a new package, add & commit files inside the new package 3....
I sometimes forget to cmsenv before running git, after switching from another release area. Current behavior of cms git tools (cms-addpkg) will make changes to the old release area, making...
Tai has a problem on his mac: ``` $ git cms-addpkg RecoMET/METProducers No release tags specified, using default CMSSW_7_0_0_pre0. You are on branch CMSSW_7_0_X Checking out RecoMET/METProducers in tag CMSSW_7_0_0_pre0....
Answering no to "Create a cache" results in trying to use the `none` reference repository, which is obviously wrong.
@slava77 suggested to have a `--continue` feature to cms-merge-topic. We need to understand how this is different from `git add && git commit`, which is what you do when you...
From @vadler > git-cms-merge-topic is a very useful tool, but it lacks the > functionality to continue after solvinf conflicts so far. Usually, I > solve the conflicts, commit the...
The completion is available for both `git-cms-addpkg` and `git cms-addpkg`.