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 – NEMO
wiki:WorkingGroups/TAM/MergingGit

Version 1 (modified by avidard, 14 years ago) (diff)

--

import the repository to be merged in as a branch

git fetch $reptomerge HEAD:tomerge

and merge it in the current master

git merge (--no-commit) tomerge