Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

unstage files in git

# you can use . instead of file_path to unstage all staged files.
git restore --staged <file_path>
 
PREVIOUS NEXT
Tagged: #unstage #files #git
ADD COMMENT
Topic
Name
7+5 =