mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 08:06:08 +10:00
Be more inclusive of commits
[ci skip]
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
Mirror Repository
|
||||
|
||||
%p.light
|
||||
Set up your project to automatically have its branches and tags updated from an upstream repository every hour.
|
||||
Set up your project to automatically have its branches, tags, and commits updated from an upstream repository every hour.
|
||||
|
||||
%hr.clearfix
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
%strong
|
||||
Mirror repository
|
||||
.help-block
|
||||
Automatically update this project's branches and tags from the upstream repository every hour.
|
||||
Automatically update this project's branches, tags, and commits from the upstream repository every hour.
|
||||
|
||||
.form-group
|
||||
= f.label :import_url, class: 'control-label' do
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Repository Mirroring
|
||||
|
||||
You can set up a project to automatically have its branches and tags updated from an upstream repository.
|
||||
You can set up a project to automatically have its branches, tags, and commits updated from an upstream repository.
|
||||
This is useful when a repository you're interested in is located on a different server, and you want to be able to browse its content and its activity using the familiar GitLab interface.
|
||||
|
||||
Mirror repositories are updated every hour, and all new branches, tags and commits will be visible in the project's activity feed. Users with at least developer access to the project can also force an immediate update.
|
||||
Mirror repositories are updated every hour, and all new branches, tags, and commits will be visible in the project's activity feed. Users with at least developer access to the project can also force an immediate update.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user