Coder Social home page Coder Social logo

Comments (5)

Dr15Jones avatar Dr15Jones commented on August 23, 2024

In your local git repo, do a 'git pull' from the official CMSSW github repo. Once your local repo is up to date, push it to your personal github repo. As far as we've been able to tell there is no direct github to github way of doing an update.

from cmssw.

davidlt avatar davidlt commented on August 23, 2024

e.g., one way could be:

git remote add cms https://github.com/cms-sw/cmssw.git
git fetch cms
# move to a needed branch, e.g. CMSSW_7_0_X
git checkout CMSSW_7_0_X
git merge cms
git push origin CMSSW_7_0_X

That should fast-forward CMSSW_7_0_X branch, unless you done changes directly in this branch, then it would do a merge.

from cmssw.

apfeiffer1 avatar apfeiffer1 commented on August 23, 2024

Hi Chris, David,

e.g., one way could be:

git remote add cms https://github.com/cms-sw/cmssw.git
git fetch cms

move to a needed branch, e.g. CMSSW_7_0_X

git checkout CMSSW_7_0_X
git merge cms
git push origin CMSSW_7_0_X
That should fast-forward CMSSW_7_0_X branch, unless you done changes directly in this branch, then it would do a merge.

thanks for the info !

The reason I started this thread was to get it (and the answers)
included in the FAQ (as I think this is worth it). :) Do you think
this is worth it ??

Thanks,
cheers, andreas

from cmssw.

ktf avatar ktf commented on August 23, 2024

When you say "I started a while ago" is that before the 26th? If yes, you
should scrap the repository, not, merge.

from cmssw.

inugent avatar inugent commented on August 23, 2024

Hi Giulio,
I scraped all of my cmssw forks and started again. Thanks and best
regards,
Ian

On 7/13/2013 12:30 PM, Giulio Eulisse wrote:

When you say "I started a while ago" is that before the 26th? If yes, you
should scrap the repository, not, merge.


Reply to this email directly or view it on GitHub
#91 (comment).

Dr. Ian M. Nugent
Humboldt Fellow
III. Physikalisches Institut B
RWTH Aachen, D-52056 Aachen
Tel: +49 241 80-27290
Email: [email protected]

from cmssw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.