Skip to content

Instantly share code, notes, and snippets.

@dimified
Last active February 1, 2023 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dimified/1006c2a2f246562d5c1dc32d4278d9f9 to your computer and use it in GitHub Desktop.
Save dimified/1006c2a2f246562d5c1dc32d4278d9f9 to your computer and use it in GitHub Desktop.
Create branch via GitLab API
#!/bin/sh
curl --request POST --header "PRIVATE-TOKEN: $1" https://$2/api/v4/projects/$3/repository/branches\?branch\=$4\&ref\=master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment