@@ -4,6 +4,7 @@ title: Pushing MAR code changes from a cluster or lab machine
...
@@ -4,6 +4,7 @@ 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:**
...
@@ -93,4 +94,4 @@ git push origin main
...
@@ -93,4 +94,4 @@ git push origin main
*``git log -X`` prints only the X last commits. E.g., ``git log -10`` will give the last 10 commits. It can also work in conjunction with ``--oneline``, e.g., ``git log -10 --oneline`` will print the last 10 commits with one line per commit.
*``git log -X`` prints only the X last commits. E.g., ``git log -10`` will give the last 10 commits. It can also work in conjunction with ``--oneline``, e.g., ``git log -10 --oneline`` will print the last 10 commits with one line per commit.
* Alternatively, ``git show`` will print a detailed description, complete with all changes, of the latest commit.
* Alternatively, ``git show`` will print a detailed description, complete with all changes, of the latest commit.
_Parts of this tutorial have been translated from French notes with [DeepL](https://www.deepl.com)._
_Parts of this tutorial have been translated from French notes with [DeepL](https://www.deepl.com) and proofread._