Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default git branch #657

Open
vasiliy-t opened this issue Nov 5, 2021 · 0 comments
Open

default git branch #657

vasiliy-t opened this issue Nov 5, 2021 · 0 comments
Labels
feature A new functionality

Comments

@vasiliy-t
Copy link

cartridge create creates project layout and also initialises git repository with default branch set to master. Github allows to create repositories via webui and also allows to set some defaults e.g. create README, choose a license etc.
I see two possible scenarios:

  1. I have created a repo, cloned it and want to initialise cartridge project in repository root with cartridge create
  2. I have created a cartridge application with cartridge create and want to set remote to newly created github repo.

First option is not possible because cartridge create does not allows to create project in current directory, only in subdir and then I must move files manually.

Second option forces me to do rebase of different git histories (master from project and main from github).

Any way - there are additional steps to be able to push repo contents to github.

@Totktonada Totktonada added feature A new functionality teamE labels Nov 30, 2021
@TarantoolBot TarantoolBot removed the teamE label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality
Projects
None yet
Development

No branches or pull requests

3 participants