developers:git:specificities_git_abinit
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
developers:git:specificities_git_abinit [2024/02/29 09:06] – [How to synchronize with the "trunk" virtual user ?] Xavier Gonze | developers:git:specificities_git_abinit [2024/09/02 14:20] (current) – Maryam Azizi | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <WRAP important> | ||
+ | |||
====== git(lab) : ABINIT specificities ====== | ====== git(lab) : ABINIT specificities ====== | ||
Line 30: | Line 32: | ||
\\ | \\ | ||
After some modifications, | After some modifications, | ||
- | <color blue>git push </ | ||
- | [ or\\ | ||
<color blue>git push --tags | <color blue>git push --tags | ||
- | if tags have been introduced...]\\ | + | \\ |
In order for the modifications to be merged in the trunk, a merge request has to be issued, as described later.\\ | In order for the modifications to be merged in the trunk, a merge request has to be issued, as described later.\\ | ||
\\ | \\ | ||
Line 123: | Line 123: | ||
git merge remotes/ | git merge remotes/ | ||
- | You can combine the last two commands in one as: | ||
- | |||
- | git pull trunk develop | ||
===== How to set up a " | ===== How to set up a " | ||
Line 134: | Line 131: | ||
git checkout release-9.8 | git checkout release-9.8 | ||
git merge remotes/ | git merge remotes/ | ||
- | git push -u origin release-9.8 | + | git push -u origin release-9.8 |
That's it ! You can now make modifications in your release-9.8, | That's it ! You can now make modifications in your release-9.8, |
developers/git/specificities_git_abinit.1709197563.txt.gz · Last modified: 2024/02/29 09:06 by Xavier Gonze