I am working on a project that relates several files, some of which I want to add toa git
repository and some of which I do not. By running git add .
I would add all my files with untracked changes into the staging area, what if I want to run that command in such a way that all the files with untracked changes EXCEPT those I do not want to sent to the staging area are to be sent to the staging area from now on, such that I do not have to type all the files one by one.
Kind regards.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…