$ git show branch:file
`branch`
represents the name of destination branch`file`
represents the relative path of the file`git show feature/tip:css/styles.css`
shows the content of the file located at `css/styles.css`
in the `feature/tip`
branch.$ git show branch:file | vim -