Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git add file without commit

You can use `git stash` command to add files without commit.
And after that you can use `git stash pop` to pop out stash files.
 
PREVIOUS NEXT
Tagged: #git #add #file #commit
ADD COMMENT
Topic
Name
2+4 =