You could use 'git stash' to stash the changes away for later use. Then when you want them you can 'git stash apply' them later. -Feanil On Wed, Feb 25, 2009 at 10:11 AM, John Dlugosz <JDlugosz@xxxxxxxxxxxxxxxx> wrote: > > I'm working with a group, and using git for source code. I need to change a couple files temporarily and just for me. I thought, "that's easy", just don't stage them when I check in changes. But, what do I do when I pull changes from others? I think it will complain that I have unsaved changes. > What's the best way to do this? > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html