Cali0707 / git-utils

A collection of useful git tools
Apache License 2.0
4 stars 3 forks source link

Add Gitlab support to git clonefork #8

Open Cali0707 opened 1 year ago

Cali0707 commented 1 year ago

Currently, the git clonefork command depends on the Github API, so it will not work for any Gitlab repositories. To rectify this, a check should be added to see whether or not a repository is on Github vs Gitlab. Then, code to call the Gitlab API properly should be added as well.

Cali0707 commented 1 year ago

Hold until after redesign that will be caused by #17