Skip to content

v2_EN_Git

winlin edited this page Jan 6, 2022 · 6 revisions

HOME > EN > GIT

Git Usage

How to use stable version of SRS? How to update code?

Checkout Branch

Some features are introduced in SRS2.0, the SRS1.0 does not support. The wiki url specifies the version of SRS supports it.

To checkout SRS1.0 branch:

git pull && git checkout 1.0release

To checkout SRS2.0 branch:

git pull && git checkout 2.0release

To checkout SRS3.0 branch(if no 3.0release branch, it's develop):

git pull && git checkout develop

SRS Branches

Each release will branch with hotfix, for example, 1.0release or 2.0release with latest bug fixed.

The master branch used as links. All release branches, including 1.0release, 2.0release, are stable branch.

The develop is the dev branch.

The stable is: 2.0release/1.0release >> develop.

How to get code?

User can git clone the SRS project:

git clone https://github.com/ossrs/srs

Mirrors: https://github.com/ossrs/srs/tree/1.0release#mirrors

How to update code?

Use git pull to update code, never git clone everytime.

git pull

Do not need to delete the objs, just update code and make. Use configure when make failed.

How to sync with SRS project

Please read Pro Git

Fetch and Push

Please read Pro Git

Patch

You can format patch and email to winlin at vip.126.com, for example, patch SRS2:

git format-patch origin/2.0release

Winlin 2014.11

Welcome to SRS wiki!

SRS 5.0 wiki

Please select your language:

SRS 4.0 wiki

Please select your language:

SRS 3.0 wiki

Please select your language:

SRS 2.0 wiki

Please select your language:

SRS 1.0 wiki

Please select your language:

Clone this wiki locally