Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Add remoteName flag to glab repo create #850

Merged
merged 1 commit into from
Oct 3, 2021
Merged

Add remoteName flag to glab repo create #850

merged 1 commit into from
Oct 3, 2021

Commits on Oct 2, 2021

  1. add remoteName flag to 'create project' command

    By default glab would add the created project's repository URL to the a
    remote named 'origin', which fails when there already is such a remote.
    
    This commit adds the option to specify a remote name for glab to add in
    the local git repository, so that the user may specify a different one,
    should 'origin' be already taken.
    
    Closes #803.
    d3adb5 authored and spoonm committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    b389ca1 View commit details
    Browse the repository at this point in the history