Hi all, I'm new to GIT and having a strange issue! I'm executing a Jenkins job (jenkins is installed on a Debian server) where I do:
git add . git commit -m "Updated version" git push The job is executed successfully but as I see git creates new files for all the files that are in one folder in my project (grails-app -> i18n) and name it with its whole path with backslashes! like: "grails-app\\i18n\\Admin_de.properties" I think git add . is doing this and in the commit I see for all the files: create mode 100644 "grails-app\\i18n\\Admin_de.properties" This is causing a problem, I cannot pull or revert or do anything on the repository anymore... Anyone knows why this behavior? Thanks in advance, Joud -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/git-users/cb2fc413-473a-4967-b259-dead0f6aa4aan%40googlegroups.com.