location: Diff for "Git"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 12 and 15 (spanning 3 versions)
Revision 12 as of 2014-11-25 13:14:54
Size: 1722
Editor: crose
Comment:
Revision 15 as of 2015-03-06 14:59:34
Size: 1840
Editor: crose
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
=== After the first-time login === = After the first-time login =
Line 24: Line 24:

* You need to provide your public SSH key. This can easily be done on the Gitlab web-interface.
 * '''Recommended''': You need to provide your public SSH key. This can easily be done on the Gitlab web-interface.
Line 29: Line 28:
|| '''For Non-Members of I-MATH''' || choose 'Ordinary login' || || '''For Non-Members of I-MATH''' || choose 'External login' ||
Line 36: Line 35:
= Managing you Projects with Gitlab = = Managing your Projects with Gitlab =
Line 47: Line 46:

= GIT Best Practise =
== From scratch ==
 * Create a new project via the webinterface.
  * Yo'll

Server

Server Info

git.math.uzh.ch

Software

Gitlab

Git push/pull access

mainly via SSH over git@git.math.uzh.ch

Prerequisites

You need the following software:

  • Git

  • An SSH keypair.

Create/Request an account

For Members of I-MATH

  • You don't need to request a special account for Gitlab.

For Non-Members of I-MATH

If you wan't to collaborate with a project which is hosted on git.math.uzh.ch, you need to request a special Gitlab account. It's best if you write an email with a request to 'support AT math.uzh.ch'.

You will then receive an email for validation and first-time login.

After the first-time login

  • If you requested an "external" account, you will be asked to change your initial password.
  • Recommended: You need to provide your public SSH key. This can easily be done on the Gitlab web-interface.

Login to Gitlab on `git.math.uzh.ch`

For Members of I-MATH

choose 'LDAP login'

For Non-Members of I-MATH

choose 'External login'

Working with Git

git COMMAND git@git.math.uzh.ch/<username>/<projectname>

Managing your Projects with Gitlab

Gitlab has quite extensive managing capabilities.

  • You can, among other things,
    • Crate/fork/rename/remove projects
    • Create/delete/join Teams
    • Assing members with roles to projects
    • Create/Assing issues
    • Have a wiki for a project
  • The gitlab user documentation is found on https://git.math.uzh.ch/help.

GIT Best Practise

From scratch

  • Create a new project via the webinterface.
    • Yo'll

PublicMathWiki: Git (last edited 2024-11-17 16:00:07 by crose)