Skip to content

Instantly share code, notes, and snippets.

View bgoewert's full-sized avatar
📈
stonks

Brennan Goewert bgoewert

📈
stonks
View GitHub Profile
@bgoewert
bgoewert / Update git fork with tags.sh
Last active December 17, 2022 14:20 — forked from Saissaken/Update git fork with tags.sh
Update git fork with tags
# Repo: superteam/myframework
# Fork: someuser/myframework
# Track:
git clone https://github.com/someuser/myframework.git
cd myframework
git remote add upstream https://github.com/superteam/myframework.git
# Update:
git fetch upstream