I am trying to push two folders to a repo on Bitbucket but when I commit I get the following (I did add and commit previously):
2 files changed, 2 insertions(+)
create mode 160000 folder2
create mode 160000 folder1
What is that code before folder 2 and 1? Why is it that the files contained in the folder are not being pushed, only the folder names itself?