Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en-US/advanced/hacking_on_gogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Remove the gogs repository and clone your fork in its place:
Go inside the gogs directory, checkout the dev branch and use `go get` again to fetch any new dependencies:

$ cd gogs
$ git checkout dev
$ git checkout develop
$ go get

That's it! You are ready to hack on Gogs. Test your changes, push them to your repository and open a pull request.