New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
WorkingGroups/TAM/MergingGit (diff) – NEMO

Changes between Version 2 and Version 3 of WorkingGroups/TAM/MergingGit


Ignore:
Timestamp:
2009-12-04T15:18:42+01:00 (14 years ago)
Author:
avidard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/TAM/MergingGit

    v2 v3  
    1 import the repository to be merged in as a branch (called tomerge here) 
     1import the repository to be merged in (here reptomerge) as a branch (called tomerge here) 
    22{{{ 
    3 git fetch $reptomerge HEAD:tomerge 
     3git fetch $path/reptomerge HEAD:tomerge 
    44}}} 
    55and merge it in the current master