I am working on a project that is located on two different machines. The code has some differences because one is in development and one is already being hosted on my ubuntu machine.
If I do work on the development machine and I want to work on another machine after making changes to my repository, it gives me an error telling me that all changes cannot be committed unless I do a pull, but I am afraid to pull for fear of making any changes to my current project that I am trying to save.
So here is my question: If I pull from Github to my Ubuntu production server, after making changes on the development, is it going to add files to my production copy? Hoping someone can help me understand this. Thanks!