Yves Perron, Fri 2012-07-13 @ 13:40:56-0400: > Ok, let me rephrase, is there a way to edit a file where we can put > every files/folders we need to add without the need of entering a > command for each entry? Sure, but you don't need functionality built in to Git to do this. Just list the paths you want to add in a file and then: xargs git add <filename But you only have to do this once, so I'm not really sure what that buys you. You can use glob patterns to select groups of files to add as well, if there is some similarity in the pathnames.
Attachment:
signature.asc
Description: Digital signature