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 fetch origin main:tags/nightly -f 6git log --oneline -1 nightly 7git push -f origin nightly