mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 00:21:04 +00:00
turns out we can't use --rebase
This commit is contained in:
parent
7213a312b1
commit
2e58ff59fa
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ git config user.name "lazydocker bot"
|
||||||
git config user.email "jessedduffield@gmail.com"
|
git config user.email "jessedduffield@gmail.com"
|
||||||
|
|
||||||
git add docs/*
|
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 commit -m "update docs"
|
||||||
git push -u origin master
|
git push -u origin master
|
||||||
Loading…
Add table
Reference in a new issue