# [git] list all change-logs (commit) of a certain project between tags

```bash
git log --oneline oldTag..newTag
```
