Skip to content
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

sharing developments #26

Closed
cerati opened this issue Jul 3, 2013 · 2 comments
Closed

sharing developments #26

cerati opened this issue Jul 3, 2013 · 2 comments

Comments

@cerati
Copy link
Contributor

cerati commented Jul 3, 2013

Ciao,
sorry for the very basic question.
I have pushed a development into my repository with:
git push my-cmssw my-new-feature
Now, how do I share it with a colleague? Or better, what should the colleague do to checkout my development and be able to test it?
Thanks,
Giuseppe

@ktf
Copy link
Contributor

ktf commented Jul 3, 2013

Ciao,

at the moment you need to use the standard git commands. I.e.:

git remote add my-friend git@github.com/my-friend/cmssw
git pull my-friend my-friend-branch

you might need to adapt .git/info/sparse-checkout and then do git read-tree -mu HEAD if you are missing some package in the local area. I'll try to elaborate something better soon. If your colleague has already done a pull request you might be able to use git cms-merge-topic <pullrequest-id>. Let me know if you have problems.

@cerati
Copy link
Contributor Author

cerati commented Jul 3, 2013

cool, that worked.
Thanks!

@cerati cerati closed this as completed Jul 3, 2013
yetkinyilmaz referenced this issue in CmsHI/cmssw Dec 23, 2013
SM Higgs fragments at 13 TeV
nclopezo pushed a commit to nclopezo/cmssw that referenced this issue May 5, 2014
Added script and html to see the summary of the merged pull requests
franzoni pushed a commit to franzoni/cmssw that referenced this issue May 8, 2014
rewrite SiblingSubscriptionsComplete DAO
arizzi referenced this issue in vhbb/cmssw Mar 2, 2015
gkasieczka pushed a commit to gkasieczka/cmssw that referenced this issue Mar 4, 2015
Adding QGL and (disabled) softactivity for VBF
davidlange6 pushed a commit that referenced this issue Feb 5, 2016
…v800pre4

80 re mini ao dw boosted taus for pull v800pre6
abrinke1 pushed a commit to abrinke1/cmssw that referenced this issue May 14, 2016
mmarionncern pushed a commit to mmarionncern/cmssw that referenced this issue May 23, 2016
Update of the analysis part to 76X
mariadalfonso pushed a commit to mariadalfonso/cmssw that referenced this issue May 6, 2017
tomcornelis pushed a commit to tomcornelis/cmssw that referenced this issue Feb 15, 2018
amartelli pushed a commit to amartelli/cmssw that referenced this issue Oct 16, 2018
Sam-Harper added a commit to Sam-Harper/cmssw that referenced this issue Mar 11, 2019
Adding Fall17V2 photon cut based ID
felicepantaleo referenced this issue in felicepantaleo/cmssw Mar 28, 2019
BrieucF pushed a commit to BrieucF/cmssw that referenced this issue May 28, 2019
gpetruc added a commit to gpetruc/cmssw that referenced this issue Dec 11, 2019
aehart pushed a commit to aehart/cmssw that referenced this issue Sep 18, 2020
Fixed TP compilation errors.
franzoni pushed a commit to franzoni/cmssw that referenced this issue May 3, 2021
leonardogiannini pushed a commit to leonardogiannini/cmssw that referenced this issue Aug 23, 2021
drankincms pushed a commit to drankincms/cmssw that referenced this issue Mar 9, 2022
Improve code for computing & plotting object multiplicites, add MHT to jet ntupler
pjwinnetou added a commit to pjwinnetou/cmssw that referenced this issue Jul 12, 2022
applied event selection for miniAOD
bendavid pushed a commit to bendavid/cmssw that referenced this issue Dec 29, 2022
Fix of genPart precision increase for tnp nano
missirol pushed a commit to missirol/cmssw that referenced this issue Jun 30, 2023
update `SiPixelDigisClustersFromSoAAlpaka` to consume `SiPixelDigisHost` collection
kmohrman pushed a commit to kmohrman/cmssw that referenced this issue Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants