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

update chinese hacking-guide #16

Merged
merged 1 commit into from
Dec 20, 2016
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
3 changes: 2 additions & 1 deletion content/doc/advanced/hacking-on-gitea.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ cd $GOPATH/src/code.gitea.io/gitea
要创建 pull requests 你还需要在源码中新增一个 remote 指向你 Fork 的地址,直接推送到 origin 的话会告诉你没有写权限:

```
git remote set-url origin [email protected]:<USERNAME>/gitea.git
git remote rename origin upstream
git remote add origin [email protected]:<USERNAME>/gitea.git
git fetch --all --prune
```

Expand Down