btcpayserver-docker/publish-stable.ps1
2018-01-13 14:21:42 +09:00

2 lines
112 B
PowerShell

# Dev script for bumping the stable branch
git checkout stable; git rebase master; git push; git checkout master