Skip to content

Commit

Permalink
get all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Nov 1, 2021
1 parent fd1fbac commit dde8f8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,10 @@ git log --all -- "**db-update.py"
git log --all -- db-scripts/src/main/python/db-diff/db-update.py
```

### history of file, file changes file authors file log file
### history of file, file changes file authors file log file history file versions
```sh
git log path/to/file
git log -p -- path/to/file
```

### files in commit
Expand Down

0 comments on commit dde8f8e

Please sign in to comment.