Update Pushing MAR code changes from a cluster or lab machine authored by Grailet Jean-François's avatar Grailet Jean-François
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
title: Pushing MAR code changes from a cluster or lab machine title: Pushing MAR code changes from a cluster or lab machine
--- ---
This tutorial describes how you can commit and push MAR code changes on a GitLab repository (such as [ESPECES/MAR/stable](https://gitlab.uliege.be/especes/mar/stable)) from a cluster or lab machine (such as climato.be) using a few ``git`` commands. This tutorial describes how you can commit and push MAR code changes on a GitLab repository (such as [ESPECES/MAR/stable](https://gitlab.uliege.be/especes/mar/stable)) from a cluster or lab machine (such as climato.be) using a few ``git`` commands.
>**Reminders about ``git`` terminology:** >**Reminders about ``git`` terminology:**
...@@ -16,7 +17,7 @@ First of all, you should have a copy of any MAR repository synchronized with ULi ...@@ -16,7 +17,7 @@ First of all, you should have a copy of any MAR repository synchronized with ULi
Then, pushing new code changes on a MAR repository will only be possible if the following conditions are met: Then, pushing new code changes on a MAR repository will only be possible if the following conditions are met:
1) you have a GitLab account, 1) you have a GitLab account,
2) you are a member of the [ESPECES/MAR group](https://gitlab.uliege.be/especes/mar) (contact Jean-Francois.Grailet@uliege.be to become one) and have at least _maintainer_ status. 2) you are a member of the [ESPECES/MAR group](https://gitlab.uliege.be/especes/mar) (contact Jean-Francois.Grailet@uliege.be to become one) and are at least _maintainer_.
**For ULiège users**, you can create a GitLab ULiège account by just logging in for the first time on https://gitlab.uliege.be. **For ULiège users**, you can create a GitLab ULiège account by just logging in for the first time on https://gitlab.uliege.be.
... ...
......