1

I'm a bit new to the whole Git process but I'm trying to be better for the sake of my sanity. I'm working on uploading a project from an Ubuntu 18 server to a Bitbucket repository, but when I run the command git add . I get a lot of the following warnings:

warning: LF will be replaced by CRLF in public/.htaccess.
The file will have its original line endings in your working directory.

I've gone through but a lot of these refer to Windows machines, I was wondering if there were any suggestions for our Ubuntu 18.04 server so that I can upload the files in this directory?

halfer
  • 19,824
  • 17
  • 99
  • 186
Matthew
  • 1,565
  • 6
  • 32
  • 56

1 Answers1

0

It's seems to me that you have forget create the commit previous to add

CrsCaballero
  • 2,124
  • 1
  • 24
  • 31