Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git stash changes

// What is stash changes in git?
// git stash temporarily shelves (or stashes) changes you've made to your working copy
// so you can work on something else, and then come back and re-apply them later on.

git stash
Source by www.atlassian.com #
 
PREVIOUS NEXT
Tagged: #git #stash
ADD COMMENT
Topic
Name
3+5 =