Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

show detail all changes in a git log

git log --stat
#displays modified files, number of lines added/removed and summary line with
#total number of modified fiels
git log -p
#displays modified files, number of lines added/removed and the actual changes
#that have been made.
 
PREVIOUS NEXT
Tagged: #show #detail #git #log
ADD COMMENT
Topic
Name
1+6 =