Commit changes to central CLaMS repository


The develop version of CLaMS is available on the GitLab server https://jugit.fz-juelich.de:

git clone git@jugit.fz-juelich.de:clams/clams-git.git [target-directory]


Before the very first commit configure the author name and email address to be used with your commits (saved in ~/.gitconfig):

git config --global user.name "firstname lastname"
git config --global user.email name@fz-juelich.de


Commit changes from your local repository to the central repository:

GitLabCommitChanges (last edited 2024-02-15 08:59:17 by NicoleThomas)