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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-05-26 17:40:44 +0400
committerdosire <sytses@gmail.com>2014-05-26 17:40:44 +0400
commitc7a55309308aeffb65ac79dbe4696fa87a0e9f7c (patch)
treebad528cd48c4aa37723919aa47d8b326ad071e67
parent75e90cb45660bd9861a047d0cd4f630ca2e71dd3 (diff)
Small layout improvements.
-rw-r--r--doc/release/master.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/release/master.md b/doc/release/master.md
index aa7c854d074..a3ad6e3886f 100644
--- a/doc/release/master.md
+++ b/doc/release/master.md
@@ -1,6 +1,8 @@
# How to push GitLab CE master branch to all remotes.
-Distribution to other repo's is done by Dmitriy if there is no rush. If a GitLab B.V. person wants to do it here are the instructions.
+Distribution to other repo's is done by the lead developer if there is no rush.
+This happens a few times per workday on average.
+If a GitLab B.V. person wants to do it here are the instructions.
## Add this to `.bashrc`
@@ -11,7 +13,7 @@ gpa ()
}
```
-## Then add remotes to your local repo
+## Then add remotes to your local repo
```bash
cd myrepo
@@ -21,7 +23,7 @@ git remote add gh git@github.com:gitlabhq/gitlabhq.git
git remote add public git@gitlab.com:gitlab-org/gitlab-ce.git
```
-## Pushto all remotes
+## Push to all remotes
```bash
gpa master