Loading...
Loading...
Interact with GitLab repositories, merge requests, and APIs using the GITLAB_TOKEN environment variable. Use when working with code hosted on GitLab or managing GitLab resources.
npx skill4agent add openhands/extensions gitlabGITLAB_TOKENgit remote set-url origin https://oauth2:${GITLAB_TOKEN}@gitlab.com/username/repo.gitmainmasteropenhands-workspacecreate_mrgit remote -v && git branch # to find the current org, repo and branch
git checkout -b create-widget && git add . && git commit -m "Create widget" && git push -u origin create-widget