turns out we can't use --rebase

This commit is contained in:
Jesse Duffield 2019-07-29 19:30:15 +10:00
parent 7213a312b1
commit 2e58ff59fa

View file

@ -18,6 +18,6 @@ git config user.name "lazydocker bot"
git config user.email "jessedduffield@gmail.com"
git add docs/*
git pull --rebase # just making sure we're up to date
git pull # just making sure we're up to date
git commit -m "update docs"
git push -u origin master