Git add: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Git Commands =Overview= Adds files to the index.") |
|||
Line 5: | Line 5: | ||
Adds files to the [[Git_Concepts#Staging_Area_.28Index.29|index]]. | Adds files to the [[Git_Concepts#Staging_Area_.28Index.29|index]]. | ||
<code>git add</code> will not add empty directories of directories that only contain ignored files. |
Latest revision as of 07:37, 6 September 2021
Internal
Overview
Adds files to the index.
git add
will not add empty directories of directories that only contain ignored files.