Skip to content
This repository has been archived by the owner on Dec 2, 2017. It is now read-only.

Commit

Permalink
Explain how to try a PR (#117)
Browse files Browse the repository at this point in the history
On some case any use would be try a PR. Is no so complicate when is explained :)
  • Loading branch information
camlafit authored and appleboy committed Jun 1, 2017
1 parent fa6bb66 commit eb73405
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/doc/installation/from-source.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,18 @@ git branch -a
git checkout v1.0
```

If you would validate a Pull Request, first your must enable this new branch : (xyz is PR value)

```
git fetch origin pull/xyz/head:pr-xyz
```

Last but not least you can also directly build our tagged versions like `v1.0.0`, if you want to build Gitea from the source this is the suggested way for that. To use the tags you need to list the available tags and checkout a specific tag with the following commands:

```
git tag -l
git checkout v1.0.0
git checkout pr-xyz
```

## Build
Expand Down

0 comments on commit eb73405

Please sign in to comment.