From c7a55309308aeffb65ac79dbe4696fa87a0e9f7c Mon Sep 17 00:00:00 2001 From: dosire Date: Mon, 26 May 2014 15:40:44 +0200 Subject: [PATCH] Small layout improvements. --- doc/release/master.md | 8 +++++--- 1 file 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