aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-03-01 00:10:36 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-03-01 00:28:30 +0100
commit1730495c1ab2b075d29a6794766e7156efd31d91 (patch)
tree86227359e09cab66ed69d583666110fe60de422c /README.md
parent5aa5a24b39aff81fb8fe9cbbd0030041585ef3a6 (diff)
downloadhlupak-1730495c1ab2b075d29a6794766e7156efd31d91.tar.gz
feat(git-req): create new branch for merge/pull request.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index ce8068b..782c7e9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
-git-request-get
-===============
+Hlupak (various git scripts)
+============================
+
+git-request-get:
+----------------
This should be fulfilment of [my comment on the GitLab bug
gl#gitlab-org/gitlab/-#14116](https://gitlab.com/gitlab-org/gitlab/-/issues/14116):
@@ -12,6 +15,15 @@ gl#gitlab-org/gitlab/-#14116](https://gitlab.com/gitlab-org/gitlab/-/issues/1411
> new remote (if doesn't exist still), fetch it, and create a merge
> request.
+git-req:
+--------
+
+Both Github and Gitlab allow command-line-only review of
+submitted contributions. However, the command for it is really
+long and complicated. Complicated enough for alias, so this is a
+small shell script for doing it.
+
+----
All issues, questions, complaints, or (even better!) patches
should be send via [email](mailto:mcepl@cepl.eu).