layout | title | tagline |
---|---|---|
page |
Wiki of Baidu-Ops |
{% include JB/setup %}
运维数据处理。为服务运维提供实时数据查询,计算,监控。
- Zerd Liu (@zerd_liu)
- Yong Li (@liyong19850209)
- Xiao Li (@swordsmanli)
- Wenzhi Wang (@wking1986)
- Dongfang Qu (@castomer)
- Weimin Zhang (@lovemeng)
- Fengzhao Guo (@rock-op)
-
Fork
从ops-baidu的github账号下fork项目仓库,your-account/Processingject
-
Clone
git clone [email protected]:/your-account/project
-
Create Branch
在your-account的github页面上操作创建branch (feature_name)
git fetch git checkout feature_name
-
Development & commit
git add . git commit -m "commit issue" git push
-
Merge & Handle Conflicts
git remote add upstream https://github.com/ops-baidu/project.git git fetch upstream git merge upstream/master git commit git push
-
Pull Request
在github上发起pull request
-
Rebase 使origin的master和upstream的master同步
git checkout master git fetch upstream git rebase upstream/master git push
-
Redo the Process
You can find difference between "origin" and "upstream"