Compliance with Telegram Bot API 6.5
This commit is contained in:
7
push_to_remotes.sh
Normal file
7
push_to_remotes.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Merge develop into master and push both branches; checkout to develop at the end.
|
||||
|
||||
git push origin main develop;
|
||||
git push bitbucket main develop;
|
||||
git push github main;
|
||||
Reference in New Issue
Block a user