mirror of
https://gitea.com/gitea/tea.git
synced 2026-09-10 07:26:33 -04:00
while looks the alibaba has not maintain [`git-repo-go`](https://github.com/alibaba/git-repo-go/) tool, to make agit flow pull requst can be create quickly. add creating agit flow pull request feature in tea tool example: ```SHELL tea pulls create --agit --remote=origin --topic=test-topic --title="hello world" --description="test1 test 2 test 3" ``` Signed-off-by: a1012112796 <1012112796@qq.com> Reviewed-on: https://gitea.com/gitea/tea/pulls/867 Co-authored-by: a1012112796 <1012112796@qq.com> Co-committed-by: a1012112796 <1012112796@qq.com> |
||
|---|---|---|
| .. | ||
| comments.go | ||
| issue_create.go | ||
| issue_edit.go | ||
| login.go | ||
| milestone_create.go | ||
| print.go | ||
| prompts.go | ||
| pull_create.go | ||
| pull_merge.go | ||
| pull_review.go | ||