add git tag pager info to README

This commit is contained in:
ducoterra
2020-11-05 14:50:27 -05:00
parent 8014742933
commit f2b35db671

View File

@@ -3,3 +3,8 @@
```bash
ffmpeg -i in.mov -filter:v "setpts=0.5*PTS" out.gif
```
```bash
git config --global pager.branch false
git config --global pager.tag false
```