> Does anyone know whether this has anything to do with Git? Git doesn't in itself do this... it's possible you have a GUI tool that's working with the git repository and is preventing you? I couldn't say I don't use a gui for git. A "red" file makes me think maybe you've had merge issues?
If yourself or your organization would like to learn more about using Git, this site is a great resource: http://progit.org/book/ > how to remove this malicious plague from my files In the root of your project there is a hidden directory ".git". You can delete that and you will no longer have git for that project. I encourage you to learn more about the technology and how to you use it before you call it a plague +Clint On Dec 3, 7:50 pm, CJ <[email protected]> wrote: > Hi, > I just started working on a new project (in Win 7) at a new job at a > company who just started using GitHub. I've never used it, either. > Many of my source code files have red explanation marks as their > icons, and others have green checkboxes. I'm trying to figure out > what's causing this. Does anyone know whether this has anything to do > with Git? The main issue is that these files seem to be held hostage. > I've wasted days trying to work with them but no luck. I haven't > written one line of code yet because I can't copy, delete, rename them > or rename their folders in order to create a new project. The project > I'm working on at this time has no requirement for source code > management. Assuming Git is the cause, please God could someone tell > me how to remove this malicious plague from my files so I can get some > work done? Any help appreciated, thanks! -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/github?hl=en.
