Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#!/usr/bin/env bash 2 3set -e 4 5git pull --ff-only origin main 6git tag -f extension-cli 7git push -f origin extension-cli