Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

chekkout of branch without committing changes

The easiest is probably git stash 
(as all the other answer-ers that beat me to clicking post said). 
Run git stash save or git stash push,
1 or just plain git stash which is short for save / push:
$ git stash
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #chekkout #branch #committing
ADD COMMENT
Topic
Name
1+3 =