Skip to content

Instantly share code, notes, and snippets.

@jerrymarino
Created September 21, 2021 22:46
Show Gist options
  • Save jerrymarino/51dd8e2c429bad03f8e8594a9ffdc000 to your computer and use it in GitHub Desktop.
Save jerrymarino/51dd8e2c429bad03f8e8594a9ffdc000 to your computer and use it in GitHub Desktop.
Updating swift checkouts latest

Updating all swift checkouts to a tag

cd ~/swift-projects
find . -name \*.git  -exec /bin/bash -c 'cd $(dirname {}) && pwd && git fetch' \;
cd swift
./utils/update-checkout   --tag swift-5.4.2-RELEASE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment