random git things that i use a lot (but forget a lot), and this is a reference for me (lol)
git checkout --orphan branchname
git rm -rf .
lightweight:
| OFFICIAL MIDIV SPECIFICATION VERSION 1 | |
| JUNE 30, 2020 | |
| Chapter 4: Synchronization | |
| No. |
| const theletter = [][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+!+[]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[] |
| __ __ ___ _____ _ _ | |
| | \/ |_ _|_ _| | | (_) ___ ___ _ __ ___ ___ | |
| | |\/| || | | | | | | |/ __/ _ \ '_ \/ __|/ _ \ | |
| | | | || | | | | |___| | (_| __/ | | \__ \ __/ | |
| |_| |_|___| |_| |_____|_|\___\___|_| |_|___/\___| | |
| |
| // made for my own reference | |
| // taken from here: | |
| // https://www.danielhill.com.au/removing-service-workers-from-mac-safari | |
| navigator.serviceWorker.getRegistrations().then(r => r.forEach(r => r.unregister())); |