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

[BUG] branches not showing before first commit #248

Closed
Brilator opened this issue Jul 30, 2024 · 2 comments
Closed

[BUG] branches not showing before first commit #248

Brilator opened this issue Jul 30, 2024 · 2 comments
Assignees
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.

Comments

@Brilator
Copy link
Member

OS and framework information (please complete the following information):

  • OS: macOS
  • ARCitect v0.0.40

Describe the bug

  • Create a new ARC

  • Before any commit: add a new branch newbranch in "Commit" dialog

  • branch is being created and switched to, but not showing in drop down

  • Also, by not committing to main first, the default branch now becomes newbranch, and main disappears.

  • might make sense to auto-commit to main during New ARC.

@github-actions github-actions bot added the Status: Needs Triage This item is up for investigation. label Jul 30, 2024
@JonasLukasczyk JonasLukasczyk added Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. and removed Status: Needs Triage This item is up for investigation. labels Aug 2, 2024
@JonasLukasczyk JonasLukasczyk self-assigned this Aug 2, 2024
@JonasLukasczyk
Copy link
Collaborator

The reason for this behavior is that git will not correctly list multiple branches with no commits. As a workaround I will add the feature that ARCitect will perform an initial commit when a new ARC is created.

@JonasLukasczyk
Copy link
Collaborator

fixed in 6ad77c3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.
Projects
Status: Done
Development

No branches or pull requests

2 participants