{"id":19324351,"url":"https://github.com/laixintao/git-ext","last_synced_at":"2025-10-23T18:50:32.106Z","repository":{"id":57434500,"uuid":"95975134","full_name":"laixintao/git-ext","owner":"laixintao","description":"🛠 A git extension that allows you submit pullrequests from command line.","archived":false,"fork":false,"pushed_at":"2018-12-11T13:18:22.000Z","size":100,"stargazers_count":21,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T22:43:12.440Z","etag":null,"topics":["bitbucket","git","pullrequest"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laixintao.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-01T16:21:00.000Z","updated_at":"2022-12-27T09:53:57.000Z","dependencies_parsed_at":"2022-09-04T14:41:21.462Z","dependency_job_id":null,"html_url":"https://github.com/laixintao/git-ext","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/laixintao/git-ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laixintao%2Fgit-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laixintao%2Fgit-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laixintao%2Fgit-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laixintao%2Fgit-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laixintao","download_url":"https://codeload.github.com/laixintao/git-ext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laixintao%2Fgit-ext/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259996288,"owners_count":22943494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitbucket","git","pullrequest"],"created_at":"2024-11-10T02:04:48.625Z","updated_at":"2025-10-23T18:50:31.996Z","avatar_url":"https://github.com/laixintao.png","language":"Python","readme":"=======\ngit-ext\n=======\n\nCreate PullRequest, view activities/discussion from command line.\n\n.. image :: https://img.shields.io/badge/pypi-v0.1-green.svg\n    :target: https://pypi.python.org/pypi/git-ext\n.. image :: https://img.shields.io/codecov/c/github/laixintao/git-ext.svg\n    :target: https://codecov.io/gh/laixintao/git-ext\n.. image :: https://travis-ci.org/laixintao/git-ext.svg?branch=master\n    :target: https://travis-ci.org/laixintao/git-ext\n\n\nA git extension that allows you submit pullrequests from command line.\n\n.. image :: https://asciinema.org/a/gWZNPXthrS9gpeDOaf5FTd0ak.png\n    :target: https://asciinema.org/a/gWZNPXthrS9gpeDOaf5FTd0ak\n\nCurrent support:\n\n- gitlab\n- bitbucket\n\nTo support:\n\n- github\n\ninstall\n-------\n\nUse pip to install.::\n\n    pip install git-ext\n\nThen run init-git-ext command to write your bitbucket account infomation to ~/.git_ext.yml(Pullrequests need account info with HTTP BASIC AUTH.::\n\n    init-git-ext\n\nOr edit `~/.git_ext.yml` by hand: ::\n\n   bitbucket:\n     email: ''\n     password: ''\n   gitlab:\n     domain: \"\"\n     private_token: \"\"\n   git_ext:\n     logging: {format: '%(name)s - %(message)s', level: DEBUG}\n\nOptional\n--------\n\nYou can add a git alias if you are lazy like me :)::\n\n    git config --global alias.pr pullrequest  \n\n\nusage\n-----\n::\n\n    $ git pullrequest create test_b master\n    Reviewers(start with @):\n    201 Created!\n    #2 This is your commit title.[test_b-\u003emaster]  by boson_laixintao(just now)\n    Reviewers:\n\n    $ git pullrequest list\n    #2 This is your commit title.[test_b-\u003emaster]  by boson_laixintao(just now)\n\n    $ git pullrequest\n    Usage: git-pullrequests [OPTIONS] COMMAND [ARGS]...\n\n    Options:\n      --help  Show this message and exit.\n\n    Commands:\n      activity  Show a pr's activity, display lastest 10...\n      create\n      list\n\nDevelop\n-------\n\nExport a enviroment to see the logs::\n    \n    export GITEXT=debug\n\n\nLicenses\n--------\n\nGPLv3\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaixintao%2Fgit-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaixintao%2Fgit-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaixintao%2Fgit-ext/lists"}