Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 174 Bytes

File metadata and controls

10 lines (8 loc) · 174 Bytes

git show

Show information about an object e.g. commit

# Show commit info and what has changed 
git show <commit-ish>
# example with commit-id 
git show 342a