Skip to content
代码片段 群组 项目
提交 c7a55309 编辑于 作者: Sid Sijbrandij's avatar Sid Sijbrandij
浏览文件

Small layout improvements.

上级 75e90cb4
No related branches found
No related tags found
无相关合并请求
# How to push GitLab CE master branch to all remotes. # 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` ## Add this to `.bashrc`
...@@ -11,7 +13,7 @@ gpa () ...@@ -11,7 +13,7 @@ gpa ()
} }
``` ```
## Then add remotes to your local repo ## Then add remotes to your local repo
```bash ```bash
cd myrepo 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
git remote add public git@gitlab.com:gitlab-org/gitlab-ce.git git remote add public git@gitlab.com:gitlab-org/gitlab-ce.git
``` ```
## Pushto all remotes ## Push to all remotes
```bash ```bash
gpa master gpa master
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册