Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to pull the changes from git without staging local changes

git stash save
git pull
git stash pop
Source by happygitwithr.com #
 
PREVIOUS NEXT
Tagged: #pull #git #staging #local
ADD COMMENT
Topic
Name
4+5 =