Hi, [please do not cull me from the Cc: list, especially if you quote me.] On Sat, 29 Sep 2007, Neil Macneale wrote: > Performing an add would require me to remove those file from the index > at a later date in the event that I don't want to commit them on the > next commit. Wrong. If you "git add <new-file>" and then "git stash", it will no longer have the file in the index. Instead, the index will agree with the HEAD (which does not have <new-file>). Ciao, Dscho - 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