Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_instructions.html.haml « mirrors « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64f0fde30cfc7a220a6bda9848ac561b8286eecf (plain)
1
2
3
4
5
6
7
8
9
10
.account-well.prepend-top-default.append-bottom-default
  %ul
    %li
      The repository must be accessible over <code>http://</code>, <code>https://</code>, <code>ssh://</code> or <code>git://</code>.
    %li
      Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>.
    %li
      The update action will time out after 10 minutes. For big repositories, use a clone/push combination.
    %li
      The Git LFS objects will <strong>not</strong> be synced.