Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git remove before commit

#undo "git add" command before commit
git reset #for removing all files
git reset "file" #for one file 
#freecodecamp : How to Undo a Git add
 
PREVIOUS NEXT
Tagged: #git #remove #commit
ADD COMMENT
Topic
Name
7+9 =