git-repo icon indicating copy to clipboard operation
git-repo copied to clipboard

Git-Repo: CLI utility to manage git services from your workspace

Results 50 git-repo issues
Sort by recently updated
recently updated
newest added

since it's original a gogs fork, we can utilize gogs code and improve it (#18) gitea's api should cover all needs unresolved as for gogs -> https://try.gitea.io/api/swagger

# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine git_repo/services/service.py. 2. Search for `pagckage`. # Expected Behaviour 1. Should read `package`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md To...

This changes setup.py, so it does not rely on pip internals to form the list of install requires.

Currently if you try to clone a repository from github and you don't have any ssh keys configured at github, you will fail to clone and get such message: ```...

enhancement
help wanted
good first issue

For some reason the bitbucket PR list shows all PRs, not just open ones. Delete this line (and the comma on the previous line) and it works fine. https://github.com/guyzmo/git-repo/blob/devel/git_repo/services/ext/bitbucket.py#L323 I...

the pybitbucket API is unmaintained, and atlassian issued a new API lib: https://github.com/atlassian-api/atlassian-python-api we should switch to that.

enhancement
help wanted

``` Do you want to configure the gitlab service? [Yn]> Y Is your service self-hosted? [yN]> N Please enter your credentials to connect to the service: username> xxxxxx password> Fatal...

Fixing creation of repository using gitlab service by using of an undocumented function for searching ( https://github.com/python-gitlab/python-gitlab/issues/255 )

`git-repo lab create foo/bar` fails with `Fatal error: 'GroupManager' object has no attribute 'search'`