I am quite new on GitLab hence I have very naive question
this image is screenshot of my GitLab repository as you can see on screen shot internal_external@ba01dda6 is not folder
but in my local repository it is folder with name Internal_external and it has several files which need to be part of my remote master branch on gitlab but whenever I try to commit files from Internal_external folder using command
git add .
git commit -m "bla bla message"
git push origin master
files from internal_external are not get updated on gitlab as well as git diff shows no difference between local and and remote repository on GitLab