]> git.corax.cc Git - toolbox/commit
include/gitlab: Add functions to call Gitlab API from the shell
authorMatthias Kruk <m@m10k.eu>
Wed, 24 Mar 2021 23:22:35 +0000 (08:22 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 24 Mar 2021 23:22:35 +0000 (08:22 +0900)
commit7bf48265a846c16195ea36f968dd5d433046164a
treec9ac8522b8fc5c233281a9804c62d979ac7cf1be
parent1a47ff6779d828d690980f63a9f23e1c50125de3
include/gitlab: Add functions to call Gitlab API from the shell

Gitlab can be integrated with other software through Gitlab's REST
API. This commit adds functions that allow using various Gitlab API
functions from the shell, such as forking repositories, managing
branches, and creating merge requests.
include/gitlab.sh [new file with mode: 0755]