Skip to content

Instantly share code, notes, and snippets.

@selfagency
Last active July 11, 2021 01:00
Show Gist options
  • Save selfagency/58b81ebcb17da5b16f2ef0e7e314f6aa to your computer and use it in GitHub Desktop.
Save selfagency/58b81ebcb17da5b16f2ef0e7e314f6aa to your computer and use it in GitHub Desktop.
[initialize gitlab repo with glab cli]
#!/usr/bin/env bash
lab project create $argv
lab clone $argv
cd $argv
git add .
git commit -m 'initial commit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment