Wiki page git-guide.md changed with summary [The build your own branch (BYOB) idea never really worked out] by Stefan Schmidt

This commit is contained in:
Stefan Schmidt 2017-11-30 23:49:50 -08:00 committed by apache
parent 8a5877d684
commit 5a13ad1d26
1 changed files with 0 additions and 2 deletions

View File

@ -123,8 +123,6 @@ Every developer can create their own branches inside a repository. The naming mu
These branches can be used if you're implementing a larger feature and want to share your progress with other developers.
The branch named ``devs/{devname}/jenkins`` has a special meaning: Jenkins will automatically try to build this branch for you and report any warnings and errors. The results are available [from the Jenkins BYOB page](http://jenkins.enlightenment.org/view/BYOB/).
#### Creating a Developer Branch ####
Create a developer branch by pushing it to the remote repository: