I already created repository
i can see other folders at my repository
the structure is
myrepo/folder_a - ok
myrepo/folder_b/folder_c/folder_d -
at the repository i can see the folder_b and folder_c but not folder_d
Hi @asaf rehavi,
Welcome to the community!
The way git usually works here is that it adds files not folders. Do you have any files within folder_d? The only want to get git (Bitbucket) to keep a folder around that doesn't contain any files is the add a .gitkeep inside the folder (in your case folder_d).
I hope that helps!
-Jimmy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.