From 57b3f12a2f39e3282cca7d86246dc6582929646d Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Fri, 18 Aug 2023 16:17:46 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 949df34..1ae0e37 100644 --- a/README.md +++ b/README.md @@ -227,3 +227,7 @@ $ go build -gcflags=all="-N -l" -o bin && cp ./bin ~/path-to-your-project $ cd ~/path-to-your-project $ dlv exec ./bin -- 41057709 https://www.gitlab.com 21036 your-gitlab-token ``` + +## Extra Goodies + +If you are like me and want to quickly switch between recent branches and recent merge request reviews and assignments, check out the git scripts contained here and here for inspiration.