Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


GitLab provides an organizational structure of users and repositories managed respectively via
“groups” and “projects” to promote collaboration among teams of SDC users. Groups contain
members with different access levels to their project repositories based on the assigned roles:

...

GitLab Features:

  • Share code among a subset of your team, your entire team, or any number of other teams
    on the SDC and provide comments to improve each other’s code

...

  • Simplified collaboration with shared read/write access

...

  • Support for multiple repositories to be kept in a logical structure that separates them from
    each other and groups by organization.

...

  • Version control and source code management including:

...

    • File locking to help prevent conflicts

...

    • Users can work from their local copy of the code

...

    • Users can branch code to make changes and then quickly merge it after approval

Log In to GitLab

  1. Open a web browser, then navigate to https://gitlab.prod.sdc.dot.gov, which is the URL of the SDC internal GitLab implementation.

  2. In the Sign in page, the LDAP login option is selected by default. Enter your SDC credentials as the LDAP username and password, then click Sign in (in the LDAP Username field, do not enter the “@securedatacommons.com” portion of your SDC username).

  3. The Welcome to GitLab web page is displayed.

...