Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

copy modified git branch files to directory

git status -s | awk {'print $2'} | xargs -I {} cp -r {} ~/tmp
 
PREVIOUS NEXT
Tagged: #copy #modified #git #branch #files #directory
ADD COMMENT
Topic
Name
8+2 =