Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git remove added file

# you can undo git add before commit with:
git reset <file-name>
# or this command to unstage all due changes:
git reset
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #remove #added #file
ADD COMMENT
Topic
Name
6+3 =