Git/add
< Git
Jump to navigation
Jump to search
Notes
To remove a file from the staged area after adding it (but before a commit), type git add --interactive
and use the "revert" option.
To remove a file from the staged area after adding it (but before a commit), type git add --interactive
and use the "revert" option.