This release marks the first anniversary
and 10th release of git-repo π
Now git-repo supports 6 git services:
- github,
- gitlab,
- bitbucket,
- gogs,
- gitea and
- gitbucket
It supports the following commands:
clone, fork, create, delete,
add, open, ls, request, gist
And it's becoming relatively stable (more bug reports π)
β₯ Contributors
Thanks to @kounoike for the gitbucket support π
Now there are three contributors promoted to collaborators:
- @kounoike, @pyhedgehog and @Crazybus
π§ Features
- When add has no parameters, add default remote #100 #141
- When add has 'upstream' parameter, add the upstream remote #99 #141
- Use default branch instead of hardcoded 'master' #91
- Refactor and complete bitbucket support #43, #11 #80 #14 #89 #90 #79
- Loosen versions of dependencies #133
- Report if the service is already setup #136
- Adds GitBucket support #142 #144
- Adds support for ssh:// URL #148
π Bugfixes
- fix various crashes #152
- fix gitlab clone crash #129
- fix request create command #147 #127
- fix request fetch command #138 #131
- fix wizard crash #149
- fix mishandling of renamed gitlab project urls #137
π Documentation
- documentation #145