Hi all, currently evaluating the use of git: one point that doesn' t fit me is that when I delete a folder in my repository, the commit automatically commits the deleted files. This I dont want!
It should behave in the same way as adding files - only those files marked with "git add" are commited - consequently only files marked with "git remove" should be deleted. The project structure is as as follows: project - generic modules1 - generic modules2 - sub-projects -- sub-project1 -- sub-project2 Sub-project1 is not interested in having data from sub-project2, thus it deletes it from the disc and keeps on working. A next commit would commit sub-project2 as deleted. Up to now I havn't found a config switch that avoids this behaviour in a general way - for all users. Can someone point me to a solution? thx -- You received this message because you are subscribed to the Google Groups "Git for human beings" 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/git-users?hl=en.
