git log -- : shows the commmit message for a specific file. git log -p -- : shows line by line changes for each commmit in a specific file git log --oneline -- : shows commit history in short form for the specific file