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

Fix for Issue#251 #381

Merged
merged 1 commit into from
Mar 14, 2023
Merged

Fix for Issue#251 #381

merged 1 commit into from
Mar 14, 2023

Conversation

Myrkwid
Copy link
Contributor

@Myrkwid Myrkwid commented Mar 13, 2023

This is my fix #251.

As far as I can tell the problem was that GitReference() needed the prefix LibGit2..

This fixes the problem (for me) and the warning message no longer occurs.
The created project only has 1 branch named main even if global settings of the user are different.

@Datseris Datseris added the project-setup Related to the functionality "Project setup" label Mar 14, 2023
@Datseris Datseris merged commit af2af4f into JuliaDynamics:main Mar 14, 2023
@Datseris
Copy link
Member

thank you :) this has been bugging me for a while now...

@BeastyBlacksmith
Copy link

BeastyBlacksmith commented Mar 14, 2023

That should also fix #368 then, no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project-setup Related to the functionality "Project setup"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have initialize_project() initialize the git repo with a main branch instead of master.
3 participants