I am getting a very strange whitespace issue.
I am working with a local copy of a WordPress site with the .git repo in the wp-content/themes folder so all changes to any theme are tracked etc.
When I set up the repo it considered every file (apart from those in gitignore) as new files and I committed those as the 'initial commit'.
Firstly is that normal? To have to commit all the files when setting up a new repo?
2nd - and this is the strange behaviour.
when I go to stage these files I get some whitespace inserted after the first character on many of the files.whitespace.jpg
I have the ignore whitespace checked so I am not sure what is causing this.
I found the file, but it is already set to true. Also this isn't happening to all of my repos, just this particular one.
Maybe the config file of the repo (.config in the hidden .git folder) has this set to false?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
content of config file in the repo: [core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true hideDotFiles = dotGitOnly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.