diff --git a/README.md b/README.md index 2783e9c..4a8501c 100644 --- a/README.md +++ b/README.md @@ -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 +```