If you don't want an specific file, but you neither the .gitignore, just use .git/info/exclude file for project specific or $HOME/.config/git/ignore for user level. Anyway, this is all in man gitignore [1] Git ignore man page: http://git-scm.com/docs/gitignore Javier Domingo Cansino 2014-05-26 21:27 GMT+02:00 Arup Rakshit <aruprakshit@xxxxxxxxxxxxxx>: > On Monday, May 26, 2014 10:23:22 PM you wrote: >> On di, 2014-05-27 at 00:33 +0630, Arup Rakshit wrote: >> > Now, you can see, I have staged all the files first using *git add >> > -A*, then _unstaging_ those I don't want to _stage_ right now. Now can >> > this be done, in the *staging* time ? I mean any way to tell `git add` >> > command, that add all the files from the current directory, except >> > some specific files. >> >> No, there is no such option to do that, but you could use git add >> --interactive and use its interface to quickly pick the files you want >> to add. > > Hi, > > I tried it also.. But just didn't get it, how to use,, lots of options 1,2,3 > etc .. :) > > -- > =============== > Regards, > Arup Rakshit > -- > 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