Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: git only one file

From: Matthias Kestenholz <hidden>
Date: 2016-06-15 22:47:18

On Tue, Aug 25, 2009 at 9:12 PM, synhedionn[off-list ref] wrote:
with git add .  , a directory is expected, but I don't need all my files to
be recorded, only one of my thousands, so how can I record just 1 file?
By only adding this file to the index. Use "git add $yourfile" instead
of "git add ."

If you do not want to see your thousands of files in the directory
when running git status, you can simply create a .gitignore file with
* as content. Git will still notify you about files which it already
knows about, even though the .gitignore entry tells it to ignore
everything.



Matthias
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help