Hi all, quick question. I've 2 files file_a, file_...
# help
u
Hi all, quick question. I've 2 files file_a, file_b in main branch. After I create a new branch with main as a source branch, why don't I see the 2 files under new branch also? I thought this would be the expected behavior (like git).
u
Hey @Vino, note that after adding objects to your branch, they are in an uncommitted state. You can see them in the Uncommitted tab in the UI. Uncommitted objects will not pass to a new branch. Once you perform a commit, the objects will pass to any branch created thereafter.
u
Could that have been the issue?
u
Oops. That's exactly what I did. Thank you!
u
You're welcome 🙂