Commit c7a55309308aeffb65ac79dbe4696fa87a0e9f7c

Authored by dosire
1 parent 75e90cb4

Small layout improvements.

Showing 1 changed file with 5 additions and 3 deletions   Show diff stats
doc/release/master.md
1 # How to push GitLab CE master branch to all remotes. 1 # How to push GitLab CE master branch to all remotes.
2 2
3 -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. 3 +Distribution to other repo's is done by the lead developer if there is no rush.
  4 +This happens a few times per workday on average.
  5 +If a GitLab B.V. person wants to do it here are the instructions.
4 6
5 ## Add this to `.bashrc` 7 ## Add this to `.bashrc`
6 8
@@ -11,7 +13,7 @@ gpa () @@ -11,7 +13,7 @@ gpa ()
11 } 13 }
12 ``` 14 ```
13 15
14 -## Then add remotes to your local repo 16 +## Then add remotes to your local repo
15 17
16 ```bash 18 ```bash
17 cd myrepo 19 cd myrepo
@@ -21,7 +23,7 @@ git remote add gh git@github.com:gitlabhq/gitlabhq.git @@ -21,7 +23,7 @@ git remote add gh git@github.com:gitlabhq/gitlabhq.git
21 git remote add public git@gitlab.com:gitlab-org/gitlab-ce.git 23 git remote add public git@gitlab.com:gitlab-org/gitlab-ce.git
22 ``` 24 ```
23 25
24 -## Pushto all remotes 26 +## Push to all remotes
25 27
26 ```bash 28 ```bash
27 gpa master 29 gpa master