Move the cursor back to the last known good commit:
git push -f origin last_known_good_commit:branch_name
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ENV=$1 | |
for ID in $(gh api -X GET /repos/L480/repo/deployments?environment=${ENV// /%20} | jq -r ".[] | .id") | |
do | |
echo "Deleting deployment $ID" | |
gh api -X DELETE /repos/L480/repo/deployments/$ID | jq '.' | |
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import re | |
import base64 | |
import json | |
import argparse | |
urls = [] | |
def percent_complete(step, total_steps, bar_width=60, title="", print_perc=True): |
Der Request wurde aus der MeinLÜBECK iOS App gecaptured. Die MeinLÜBECK App basiert auf der Whitelabel-Lösung endios one.
Der Bearer Token ist statisch und hardcoded in der MeinLÜBECK App. Teilweise fehlen Abholdaten für einige Hausnummern, daher muss manchmal die Hausnummer vom Nachbarn genutzt werden.
curl -X POST https://api.endios.one/v1/connect?name=GarbageCalendarV3&widgetId=11935 \