Dear All, In my current project, I have to work on multiple feature branches parallel. I generally creates feature branch from development branch, and I have to rebase feature branch with development branch. I am using eclipse for development. Now, the problem is when I do rebase, I want to ignore eclipse setting files(e.g. .project, .classpath etc.), but they don't. How to do that?
And second issue is when I switch from one branch to another branch, it's asking me to stash/commit files, which I don't want. I want those files to be common for all branches, and I don't want to even commit those files. Those files are changed just for my development and testing purpose. So, what changes I have to do to avoid those files? Please suggest me. Thanks, Ritesh Patel. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
